Skip to content

Commit

Permalink
Disable firebase auto init
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed May 11, 2024
1 parent 590f783 commit 6799bda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
android:value="false" />
<meta-data
android:name="firebase_messaging_auto_init_enabled"
android:value="true" />
android:value="false" />
<meta-data
android:name="com.google.firebase.messaging.default_notification_channel_id"
android:value="newsletter" />
Expand Down
2 changes: 2 additions & 0 deletions ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,7 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>FirebaseMessagingAutoInitEnabled</key>
<false/>
</dict>
</plist>

0 comments on commit 6799bda

Please sign in to comment.