Sandeep Maurya
Sandeep Maurya

Reputation: 2099

There was an unknown error while processing the request. Cloud Messaging

firebase giving error for specific bundle id ios

I have App on firebase everything was working fine push notification, phone authentication. but yesterday it stopped working. I search for answers on Stack overflow & other blog. Any help would be appreciated.

Upvotes: 1

Views: 431

Answers (2)

Sandeep Maurya
Sandeep Maurya

Reputation: 2099

Solution I tried here, but no luck ...

  • Force refresh browser. try login in incognito mode.
  • Login/Logout many times.
  • Deleting ios App and Added it again.
  • Contact to firebase support team, but its 2 day's still no response.

Solution worked for me ...

  • I Delete the project from firebase and Create a new Project.

Upvotes: 1

Frank van Puffelen
Frank van Puffelen

Reputation: 598765

firebaser here

Some steps for troubleshooting, that most often help in such situations.

  1. Force a refresh of your browser with cmd-shift-R, to make sure you have a completely fresh version of the Firebase console.

  2. Check the JavaScript console of your browser for any relevant error messages.

  3. If you have any plugins in your browser blocking content (such as ads), please disable those and try again.

If neither of those gives a hint to the cause of the problem, reach out to Firebase support for personalized help in troubleshooting. Be sure to include information about the OS you run on, the version of your browser, and anything from #1.

Upvotes: 0

Related Questions