[GH-ISSUE #1733] FireBase API key is required to run the application? #544

Closed
opened 2026-03-16 15:54:42 +03:00 by kerem · 5 comments
Owner

Originally created by @darkl0rd on GitHub (Jun 21, 2021).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1733

My intent is to self-host the application, previously (when it was still postwoman) this worked without too much hassle. After having recently upgraded to the latest version of Hoppscotch, I'm now finding out that I need an API key at FireBase to -run- the application, is this intended? If so, why?

Originally created by @darkl0rd on GitHub (Jun 21, 2021). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1733 My intent is to self-host the application, previously (when it was still postwoman) this worked without too much hassle. After having recently upgraded to the latest version of Hoppscotch, I'm now finding out that I need an API key at FireBase to -run- the application, is this intended? If so, why?
kerem closed this issue 2026-03-16 15:54:47 +03:00
Author
Owner

@liyasthomas commented on GitHub (Jun 21, 2021):

We've gradually added more features like cloud sync, teams collaboration etc which requires a backed provider ie: a Firebase instance.

You can use your own Firebase config keys or use the default one in .env.example file from the root directory.

<!-- gh-comment-id:865014278 --> @liyasthomas commented on GitHub (Jun 21, 2021): We've gradually added more features like cloud sync, teams collaboration etc which requires a backed provider ie: a Firebase instance. You can use your own Firebase config keys or use the default one in .env.example file from the root directory.
Author
Owner

@darkl0rd commented on GitHub (Jun 21, 2021):

@liyasthomas:The follow up question I was going to raise, is that starting the application using the provided API keys in the example prevents the app from starting up (spinning ball on screen, console reports invalid api key).

<!-- gh-comment-id:865195718 --> @darkl0rd commented on GitHub (Jun 21, 2021): @liyasthomas:The follow up question I was going to raise, is that starting the application using the provided API keys in the example prevents the app from starting up (spinning ball on screen, console reports invalid api key).
Author
Owner

@liyasthomas commented on GitHub (Jun 21, 2021):

Possible duplicate of #1661.
Please refer to https://github.com/hoppscotch/hoppscotch/issues/1661#issuecomment-844741363.

<!-- gh-comment-id:865338683 --> @liyasthomas commented on GitHub (Jun 21, 2021): Possible duplicate of #1661. Please refer to https://github.com/hoppscotch/hoppscotch/issues/1661#issuecomment-844741363.
Author
Owner

@darkl0rd commented on GitHub (Jun 22, 2021):

Yes, I have done that already. As per my previous post, the provided default API key (that is defined in .env.example) does not work and gives this error.

<!-- gh-comment-id:865498611 --> @darkl0rd commented on GitHub (Jun 22, 2021): Yes, I have done that already. As per my previous post, the provided default API key (that is defined in .env.example) does not work and gives this error.
Author
Owner

@liyasthomas commented on GitHub (Jun 22, 2021):

I can confirm the default env keys are working.

  • For development environment: rename .env.example to .env.
  • For production/self-host environment: add environment variables from .env.example to build environment variables like Netlify, Vercel etc.
<!-- gh-comment-id:865500345 --> @liyasthomas commented on GitHub (Jun 22, 2021): I can confirm the default env keys are working. - For development environment: rename `.env.example` to `.env`. - For production/self-host environment: add environment variables from `.env.example` to build environment variables like Netlify, Vercel etc.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#544
No description provided.