justChris
justChris
I think I figured out why this is. I am using the resulting stream in a behaviorSubject which is a broadcast controller. Since the resulting stream is return as a...
@DarshanGowda0 Can you confirm this and implement this solution into a new version?
Thanks! Did you create a pull request?
I tested it by just adding limit to `endAt`. It doesn’t seem to work properly. My returned element list gets cut at the wrong end. For example: A list of...
Do you think a proper limit functionality will presumably be available? Thanks.
I can confirm this. I believe that this problem has existed before and has already been fixed. Additionally, when you are listening to the location stream but there is no...
Actually the auto generated firebase keys do not need to be restricted generally. There are a few cases where restriction is recommended though. See the following documentation. https://firebase.google.com/docs/projects/api-keys#apply-restrictions
WhatsApp does this properly for example.
This is a major issue because apple's app store auditing team will most likely reject those apps, because this is a security issue. It would be much appreciated if you...