-
Notifications
You must be signed in to change notification settings - Fork 929
firebase.app().delete() throw error #1683
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
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
Hi, quick question: when you say "was working before", did you have a previous version of Firebase where this code worked, or was it working before you made a change to your code? The reason I'm asking is that I do see this error, but it occurs in every version of Firebase as far back as I've gone. The service that seems to be throwing the error is Functions, so is it possible that you started seeing this error after adding Functions to your app? It's definitely a bug, I'm just trying to make sure if we need to revert something we broke or add something that was never there. Thanks! |
Hello @hsubox76 What i can confirm it was working on 5.0.4 and some after that... Thanks |
I think I found the problem and the fix should go out in the next release, but if I'm correct it shouldn't have ever worked in any previous versions either, as long as the app was bringing in the |
Thanks |
solved |
[REQUIRED] Describe your environment
[REQUIRED] Describe the problem
firebase.app().delete()
was working before but now throw error as followThanks
Moh'd Shraim
The text was updated successfully, but these errors were encountered: