--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-talk+unsubscribe@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/44f30cb0-9db1-4092-a333-40d39352c9fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-talk+unsubscribe@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/44f30cb0-9db1-4092-a333-40d39352c9fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Doug,
One of the reasons firebase storage is useful is that users can directly upload their files without the developer need to setup a server.With the current firebase storage security rules, a user can upload unlimited number of files!If realtime database is accessible in the firebase storage security rules, this problem can be easily solved like this:match /users/{userId}/{filename} {allow read;allow write: if root.child('user'').child(request.auth.uid).length() <= 10;}Assuming there is a built-in "length()" method which I proposed in this discussion.Is there any plan to make the realtime database accessible in the firebase storage? (also the built-in length() method)?.Thanks,Felix Halim
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.