mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #1733] FireBase API key is required to run the application? #544
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#544
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
@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.
@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).
@liyasthomas commented on GitHub (Jun 21, 2021):
Possible duplicate of #1661.
Please refer to https://github.com/hoppscotch/hoppscotch/issues/1661#issuecomment-844741363.
@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.
@liyasthomas commented on GitHub (Jun 22, 2021):
I can confirm the default env keys are working.
.env.exampleto.env..env.exampleto build environment variables like Netlify, Vercel etc.