Giter Site home page Giter Site logo

seshubonam / communities Goto Github PK

View Code? Open in Web Editor NEW

This project forked from awllms/communities

0.0 0.0 0.0 13.43 MB

Snap Communities is a potential SnapChat feature my team and I pitched to Snap Inc. executives and members for the final project at the Snap Academies. The project was built using React Native, React Navigation, Apple Maps, Google Firebase to handle authentication and store user data, and Expo to demo the live prototype.

JavaScript 100.00%

communities's Introduction

Snap Communities

This application is a potential Snapchat feature that helps students become confident in their capability to pursue greater learning. Students can directly connect with others on similar journeys and to educational and professional development opportunities.

Demo

Getting Started

In the terminal, type:

git clone https://github.com/awllms/communities.git

Next, type:

cd communities
yarn install
expo start

If you would like to take advantage of the database, you will have to add a firebase.js file to the project's root folder. You must enter your firebase SDK setup and configuration information inside this file. It should look something like this:

// Import the functions you need from the SDKs you need
import { initializeApp } from "firebase/app";
// TODO: Add SDKs for Firebase products that you want to use
// https://firebase.google.com/docs/web/setup#available-libraries

// Your web app's Firebase configuration
const firebaseConfig = {
  apiKey: "your_api_key_here",
  authDomain: "yourdomain.firebaseapp.com",
  projectId: "yourappname-28098",
  storageBucket: "yourappname-28098.appspot.com",
  messagingSenderId: "000000000000000",
  appId: "1:00000000000000:web:0000000000000000"
};

// Initialize Firebase
const app = initializeApp(firebaseConfig);

Your final firebase.js file should look like the following:

// Import the functions you need from the SDKs you need
import { initializeApp } from "firebase/app";
// TODO: Add SDKs for Firebase products that you want to use
// https://firebase.google.com/docs/web/setup#available-libraries

import { getFirestore } from 'firebase/firestore';

// Your web app's Firebase configuration
const firebaseConfig = {
  apiKey: "your_api_key_here",
  authDomain: "yourdomain.firebaseapp.com",
  projectId: "yourappname-28098",
  storageBucket: "yourappname-28098.appspot.com",
  messagingSenderId: "000000000000000",
  appId: "1:00000000000000:web:0000000000000000"
};

// Initialize Firebase
const app = initializeApp(firebaseConfig);

const db = getFirestore(app);

export default db;

You must also enable authentication sign in with email and password on your firebase account.

communities's People

Contributors

awllms avatar asarelcastellanos avatar beasxa avatar seshubonam avatar anmho avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.