-
Notifications
You must be signed in to change notification settings - Fork 747
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sharedrop keeps loading after deployment #155
Comments
the same thing happens to me |
how can we solve it |
You can get However, I do not know if these secrets are created for new Firebase projects, as they are marked as deprecated. |
I found the secret and added the secret to the .env file, however it still keeps loading... |
@kenjibailly The error handling could be done better, but the error I'm getting on your page is the following:
Yours is: |
I tried to find that "firebasio" url, but couldn't find it. So I just tried to change FIREBASE_URL with these: But they also keep loading. I'm not entirely sure how to proceed from here, thanks for answering though! |
For Sharedrop the If you deploy a new version with a correct |
Got it. Most likely the URL pattern has changed, but the ~10 year old version of the Firebase library used in Sharedrop does not support the new URL pattern :/ I can see if I can update the library, but it might be non-trivial, as a lot has changed :/ |
Okay thank you for looking into it, please let us know if you got an update regarding this! |
I changed the json file and removed all . and $ and stuff like that |
can it be a solution? |
Has someone found a workaround to the new URL format of Firebase databases? |
can share here how you found the FIREBASE_SECRET |
I think I might have done something wrong, as I'm not familiar, with the firebase db.
I created a realtime db, copied the link shown under the "Data" tab and put it in the FIREBASE_URL env.
I changed the rules to this:
I think some things might have changed on the firebase side as I couldn't find "Load Rules", just a Rules tab.
The "Secrets" tab I couldn't find that either. I guess it's all within the Rules editor now?
I put nothing in the FIREBASE_SECRET env (for testing).
Unfortunately I don't see any logs of not being able to connect to a firebase db.
So I'm not sure if it connects or not.
Can someone tell me what I'm doing wrong?
https://sharedrop.mindglowing.art/
The text was updated successfully, but these errors were encountered: