What's the sense of Flutter side configuration if native one is still required? #8675
Unanswered
PawlikMichal25
asked this question in
Q&A
Replies: 0 comments
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.
-
I just followed the official way of setting up Flutter project - initialization in Dart code, but compilation of my project failed with:
I can see that in Crashlytics example you also have
google-services.json
https://github.com/firebase/flutterfire/blob/master/packages/firebase_crashlytics/firebase_crashlytics/example/android/app/google-services.json in addition to https://github.com/firebase/flutterfire/blob/master/packages/firebase_crashlytics/firebase_crashlytics/example/lib/firebase_options.dartbut if we still need to configure Firebase on native side, then what's the point of duplicating it on Flutter side?
Beta Was this translation helpful? Give feedback.
All reactions