Difference between initializing Firebase app at Native vs JS side? #4465
Unanswered
TommyLeong
asked this question in
Q&A
Replies: 1 comment 10 replies
-
🤔
Please be specific, do you instrument / output the options immediately before they are passed into the underlying firebase app construction? If not do so and highlight the differences so they may be investigated, then for each difference examine the default value to see if any "extra" item is just the default, meaning it is extra but unimportant |
Beta Was this translation helpful? Give feedback.
10 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.
-
Hello all. May I know if there're any differences between initializing Firebase app at Native vs JS side?
One thing I realized is the option config that is passed to (JS)
initializeApp()
and (Native iOS)configure()
has slight different in terms of number of information.Native side (iOS)
JS Side
Beta Was this translation helpful? Give feedback.
All reactions