De Wet van der Merwe
De Wet van der Merwe
Hi @ribalnasr, We have a user who has implemented the rules and mentioned that they are unable to log in, so I tried to replicate the issue and found that...
Thanks @ribalnasr, The document in question is a reference, I even created on manually to make sure. Thanks for the reply, I have reached out to the Firebase team for...
Hi, For large collection updates does the same happen when doing updates using batch updates? https://firebase.google.com/docs/firestore/manage-data/transactions#web-v8_2
Ah okay. So on our end, how we handle large collection updates for RTDB is to only update the app state (referring to react & redux) when the last item...
@ribalnasr is this resolved by adding the cert as mentioned here? https://github.com/flamelink/flamelink-js-sdk/issues/136
Hi @nrgnrg @thelazyindian I will investigate what changes need to be made. From an ease of use perspective this makes sense. In the event that we do make the changes...
> One additional note: I am seeing the schemaRef being different for the SDK created vs. the CMS created. > > _fl_meta : { schemaRef: fl_schemas/videos } vs. > >...
Thanks, I will have a look at the SDK, the CMS created value is correct. You can perhaps test on your end, if you change the ref to fl_schemas/p5T6tjZbgQgc3J9BmiRf for...
Just to confirm, the Flamelink SDK is initialized using the firebase-admin SDK and not the firebase client SDK and is running in a node environment and not a browser.
From what I can tell the createdDate is a string timestamp and not a Firestore timestamp and in the case of @echong112 the schema ref is also incorrect. I am...