Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
paulincai committed Apr 4, 2019
2 parents 2f78d29 + def17af commit a6cb2f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Meteor Push Notifications with APN (IOS) and Firebase Admin for Android
This can be branched out with separate versions to run both IOS and Android via Firebase Admin.

## Prerequisites:

* Create an Apple p8 certificate: https://developer.clevertap.com/docs/how-to-create-an-ios-apns-auth-key
* Create an Firebase project and generate a google-services.json file. The Firebase project is supposed to generate a Messaging API in Google Console.(See png files in the Example folder)
* Get a firebase server account: https://stackoverflow.com/questions/40799258/where-can-i-get-serviceaccountcredentials-json-for-firebase-admin/40799378
Or visit here: https://console.firebase.google.com/project/**YOUR_PROJECT**/settings/serviceaccounts/adminsdk

meteor add activitree:push

Expand Down Expand Up @@ -56,13 +61,8 @@ In last file /android/build.gradle we change the following line to actual versio
classpath 'com.android.tools.build:gradle:3.3.2'
```


The coded is linted with Standard.

# Meteor Push Notifications with APN (IOS) and Firebase Admin for Android
This can be branched out with separate versions to run both IOS and Android via Firebase Admin.

## About:
The coded is linted with Standard.
This is a re-write of RAIX:PUSH.
The coded is linted with Standard.

Expand Down
Binary file added example/Google-Cloud-Platform-Credentials.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a6cb2f6

Please sign in to comment.