-
Hi I followed the instructions on the sample. I copied google-services.json and created appsettings.json in the same folder as the .sln file for both of these files. When I start the application there's no token in this.pushManager.CurrentRegistrationToken and the test button returns this exception below. "Default FirebaseApp is not initialized in this process com.shiny.test. Make sure to call FirebaseApp.initializeApp(Context) first." I tried manually creating the oncreate code by copying from the source generator and then putting FirebaseApp.initializeApp in it, but this didn't help. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
The samples aren't complete for push and use a tool called mobile build tools. If you are using the sample directly, you still have to call RequestAccess before the current token will be set |
Beta Was this translation helpful? Give feedback.
The samples aren't complete for push and use a tool called mobile build tools. If you are using the sample directly, you still have to call RequestAccess before the current token will be set