When I try to get Firebase Token it give me error. : Please set your project ID. A valid Firebase project ID is required to communicate with Firebase server APIs: It identifies your project with Google.
Anyone can give suggestion how to solve this.
When I try to get Firebase Token it give me error. : Please set your project ID. A valid Firebase project ID is required to communicate with Firebase server APIs: It identifies your project with Google.
Anyone can give suggestion how to solve this.
Try adding the firebase project_id to the res/values/strings.xml
<string name="project_id" translatable="false">XXXXXXX</string>