-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Closed
Copy link
Labels
resolution: solution-providedA solution has been provided in the issue.A solution has been provided in the issue.type: bugSomething isn't workingSomething isn't working
Description
Bug report
Describe the bug
After installing firebase on a new app it gives the error "Missing google_app_id. Firebase Analytics disabled.
Steps to reproduce
Steps to reproduce the behavior:
- create new app with the flutter sdk [3.16.0].
- create new app in firebase, enable analytics.
- install Firebase Analytics with flutter fire.
- copy paste example code in: https://github.com/firebase/flutterfire/blob/master/packages/firebase_analytics/firebase_analytics/example/lib/main.dart
- run app
I also tried to do the installment manually and again through android studio but same result.
Expected behavior
Firebase Analytics should be be able to work.
Flutter dependencies
firebase_core: ^2.22.0
firebase_analytics: ^10.7.0
IOS works fine. Android issue only.
jkpatel1463
Metadata
Metadata
Assignees
Labels
resolution: solution-providedA solution has been provided in the issue.A solution has been provided in the issue.type: bugSomething isn't workingSomething isn't working