Skip to content

Latest commit

 

History

History
 
 

firebase-service-acc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Firebase Service Account Directory

Firestore.ts scans the current directory, looking for first valid configuration file to connect to Firestore database.

If the environment is set to development it will connect to firestore emulator.

If not, it will use the config file to connect to online Firestore Database.

It is still recommended to have the configuration file and emulator if you are in development environment.