-
-
Notifications
You must be signed in to change notification settings - Fork 0
Initialize tutorial
-
Go to Firebase Console
-
Create Firebase Project
-
Download this google-services.json
-
Download this project-name-firebase-adminsdk.json
-
Locate downloaded files from step 2.6 (
google-services.json
) and 2.21 (project-name-firebase-adminsdk.json
). You will need those files for Developer side.
-
Install package;
-
Open Build Notification Settings;
Toolbar -> Better -> Build Notification -> Settings
-
Click "Import Firebase Admin SDK Data" and select
project-name-firebase-adminsdk.json
;Now project will store encrypted info inside project. Only on your device you will be able do decrypt it. Other wise you can share you key to other developers to use same Firebase project. More info
-
Install Build Notification Application;
To use this method check if your local ports is open to use over WIFI.
- Click "Service Info Data QR" and select
google-services.json
;
- Open app and press "Read Service Info Data QR";
- Read QR code;
- Wait until progress bar disappear.
- Click "Service Info Data File" and select
google-services.json
;
- Upload prepared
google-services.json
to your device with Build Notification Application;By default it named
ServiceInfoData.json
- Follow instructions in Build Notification Application;
- Open side menu;
- Click menu item "Your token";
- Click on appeared text to copy to clipboard;
- Go to Unity Editor and click
+
in Firebase section;
- Paste copied token in appeared input field.
In case if you want to add more notification receivers you can add multiply tokens.