Skip to content
Snippets Groups Projects
Commit 83eb0265 authored by isaacwsolomon's avatar isaacwsolomon
Browse files

Expo project set up with basic typescript template. Added firebaseConfig file and initialised it

parent 4dbe3c26
No related branches found
No related tags found
No related merge requests found
import { initializeApp } from 'firebase/app';
// Optionally import the services that you want to use
// import {...} from 'firebase/auth';
// import {...} from 'firebase/database';
// import {...} from 'firebase/firestore';
// import {...} from 'firebase/functions';
// import {...} from 'firebase/storage';
// Initialize Firebase
const firebaseConfig = {
apiKey: "AIzaSyDVLTu3KD-ivA2O16peo-iqevuBw97S3_8",
authDomain: "reacttodoapp-1a8ef.firebaseapp.com",
projectId: "reacttodoapp-1a8ef",
storageBucket: "reacttodoapp-1a8ef.firebasestorage.app",
messagingSenderId: "343748110693",
appId: "1:343748110693:web:dcef9c613703383441d98c",
measurementId: "G-CPTGYLFRW0"
};
const app = initializeApp(firebaseConfig);
// For more information on how to access Firebase in your project,
// see the Firebase documentation: https://firebase.google.com/docs/web/setup#access-firebase
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment