BlueBubblesApp / bluebubbles-server

Server for forwarding iMessages to clients within the BlueBubbles App ecosystem
https://bluebubbles.app
Apache License 2.0
540 stars 47 forks source link

Fix 403 Google authentication #568

Closed zlshames closed 11 months ago

zlshames commented 1 year ago

Might be happening because the call to add firebase to the GCP fails. Unsure why it's failing though.

Also discovered that manually enabling the firebase API may not auto create the service account required. But using the API may automatically do it. We have to make sure that no matter if it's enabled manually or automatically, the service account gets created

Rihcus commented 1 year ago

Screen Shot 2023-09-20 at 11 44 05 AM

zlshames commented 1 year ago

Screen Shot 2023-09-20 at 11 44 05 AM

This issue was fixed in our 1.8.0 release. This ticket is for something else

KNIX3 commented 1 year ago

Is there a temporary solution for this issue? I have never used blue bubbles before and am stuck with the 403 error trying to set it up. Some quick searching suggests there used to only be a manual way to set up Firebase. Since the new automatic way is simply broken for me, how might I do it manually? Was it removed from the docs with the last couple of releases?

Edit: Actually I think I found it sorry https://docs.bluebubbles.app/server/installation-guides/manual-setup

jjoelj commented 1 year ago

For people encountering this issue, a temporary solution is to log in to https://console.firebase.google.com/

Once you do that, the automatic project creation will work.

zlshames commented 11 months ago

Closing as it's fixed next update