You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
Some endpoints can be write only, for example collecting newsletter emails from public.
It would be nice to mark the corresponding firebase-element as write-only to silence the annoying warning:
FIREBASE WARNING: on() or once() for /emails failed: Error: permission_denied: Client doesn't have permission to access the desired data.
The text was updated successfully, but these errors were encountered:
clyfe
changed the title
Write-only annotation attribute to silence read fails on write only endpoints
Write-only annotation attribute to silence read fails
Oct 27, 2014
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Some endpoints can be write only, for example collecting newsletter emails from public.
It would be nice to mark the corresponding firebase-element as write-only to silence the annoying warning:
I'm thinking:
The text was updated successfully, but these errors were encountered: