Firebase not initialized in flutter module embeded in iOS native project #10671
Unanswered
grisvladko
asked this question in
Q&A
Replies: 2 comments
-
@grisvladko You may have better luck with your question on a Flutter support channel like stackoverflow or one of the flutter GitHub repositories. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I had same issue here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
quick overview of the project :
a native iOS app with Flutter embedded as module.
problem:
we are unable to catch crashes from flutter with Firebase Crashlytics.
when we try to initialize Firebase in the main.dart file in flutter, we get Firebase not initialized.
all the tutorials teach us how to use Firebase in Flutter but as the main project. how do you use it when flutter is embeded as module?
Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions