Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INFO-6132--01--lab-04

Empty Screen Item list with complete

Empty Screen Item list with complete

Setup Firebase:

  • Create a Firebase project in the Firebase console.
  • Obtain your Firebase configuration details.
  • Update a firebaseConfig.ts file in the src/config directory and add your configuration:
      // Import the functions you need from the SDKs you need
    import { initializeApp } from 'firebase/app';
    import { getFirestore } from 'firebase/firestore';
    import { fbConfig } from './config';
    
    const firebaseConfig = {
      apiKey: 'YOUR_API_KEY',
      authDomain: 'YOUR_AUTH_DOMAIN',
      projectId: 'YOUR_PROJECT_ID',
      storageBucket: 'YOUR_STORAGE_BUCKET',
      messagingSenderId: 'YOUR_MESSAGING_SENDER_ID',
      appId: 'YOUR_APP_ID',
    };
    // Initialize Firebase
    const app = initializeApp(firebaseConfig);
    export const db = getFirestore(app);

About

Experience luxury rides at unbeatable prices. With Easy Rider, enjoy the comfort and class of a high-end ride without breaking the bank

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages