google_services 1.0.0+1 copy "google_services: ^1.0.0+1" to clipboard
google_services: ^1.0.0+1 copied to clipboard

A new Dart Frog application

google_services. #

style: very good analysis License: MIT Powered by Dart Frog

An example application built with dart_frog

First of all please add a uuid for FCM service and add value on it which ddefined in service.dart

Exapmle Curl #

curl -X POST "https://your-google-services-domain.com/push-services/{uuid}/send" \
     -H "Accept: application/json" \
     -H "Content-Type: application/json" \
     -d '{
           "to": "device_token_or_topic",
           "notification": {
               "title": "Hello",
               "body": "This is a test message"
           },
           "data": {
               "customKey": "customValue"
           }
         }'

0
likes
110
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

A new Dart Frog application

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dart_frog, googleapis, googleapis_auth, http, queue

More

Packages that depend on google_services