EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 448 forks source link

Using Non-Firebase Push Messaging with other Firebase Services #1198

Closed alfonsocj closed 4 years ago

alfonsocj commented 5 years ago

Hello, I've been trying to use Crashlytics and Analytics along with Non-Firebase Push Messaging for iOS.

It works for iOS if I use these settings

{
  "external_push_client_only": false,
  "using_ios": true,
  "using_android": true,
  "firestore": false,
  "realtimedb": false,
  "authentication": false,
  "remote_config": false,
  "performance_monitoring": true,
  "messaging": false,
  "in_app_messaging": false,
  "crashlytics": true,
  "crash_reporting": false,
  "storage": false,
  "functions": false,
  "facebook_auth": false,
  "google_auth": false,
  "admob": false,
  "invites": false,
  "dynamic_links": false,
  "ml_kit": false
}

but that makes Android crash because org.nativescript.plugins.firebase is not setup since in the settings I have messaging: false.

Is there a way to use Non-Firebase Push Messaging along with other Firebase services?

brandontulsi commented 4 years ago

+1 Also facing this issue

alfonsocj commented 4 years ago

@btulsi-ygrene This issue was solved on https://github.com/EddyVerbruggen/nativescript-plugin-firebase/pull/1201