firebase_messaging_backend_service 1.0.2 copy "firebase_messaging_backend_service: ^1.0.2" to clipboard
firebase_messaging_backend_service: ^1.0.2 copied to clipboard

Package for send messages from Firebase to Users

To work with the package, you need to get data for working with Firebase services. To get a json file with them, go to the project settings in the Firebase panel, and then to the Service account and generate a new private key, after which you will receive a json file with all the necessary data that you need to enter.

important! Do not distribute the generated json file to anyone, as it gives access to your project's Firebase services!

  FirebaseCloudMessagingService firebaseCloudMessagingService = FirebaseCloudMessagingService(
      jwtClaim: JWTDAO(
        clientEmail: '',// client_email key in json
        clientId: '', //client_id key in json
        privateKey: '', //private_key key in json
        privateKeyId: '', //private_key_id key in json
      ),
      projectId: '',//project_id key in json
      );
2
likes
15
points
11
downloads

Publisher

verified publishershokoteam.ru

Weekly Downloads

Package for send messages from Firebase to Users

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

googleapis_auth, http

More

Packages that depend on firebase_messaging_backend_service