FirebaseOptions - rethink of interface #4405
nthonymiller
started this conversation in
General
Replies: 1 comment 2 replies
-
Thanks for the comment! Our goal is for folks to think about the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
export interface FirebaseOptions
apiKey | string |
appId | string |
authDomain | string |
databaseURL | string |
measurementId | string |
messagingSenderId | string |
projectId | string |
storageBucket | string
While this is handy to easily get started, I wonder if the various items could be configured within the specific domain.
Eg.
messagingSenderId in Messaging
storageBucket in Storage
authDomain in Authentication
measurementId in Performance Monitoring
Beta Was this translation helpful? Give feedback.
All reactions