Skip to content

domainio/Product-Engineering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Product Engineering with Firebase

Learn how to easily enrich your product with essential "suit", such as:

  • Analytics
  • Performance
  • Push Notifications
  • Authentication
  • Remote Config
    • Feature Flag
    • i18n
  • Storage and more...

Checkout the wiki Feature Suit Guideline

How to start (web example)

  1. git clone this repo
  2. Create a Firebase project
  3. Generate your own Firebase config from Firebase dashboard
  4. Create a file ./src/consts/FirebaseConfig.js and pasete the config inside (remember to export it as well!)
  5. yarn
  6. yarn start
  7. Open localhost:3000 in browser