0

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.

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807

1 Answers1

0

Try adding the firebase project_identer image description here to the res/values/strings.xml

  <string name="project_id" translatable="false">XXXXXXX</string>
fahad86
  • 159
  • 1
  • 1
  • 8