I’ve found a lot of posts around this idea - but none for ThunkableX and the Firebase components seem to differ. I wonder if someone could point me in the right direction. Here’s what I’m trying to achieve.
App starts
Checks for prior use (is this the first time its run)
If not load its userId from a local store
If so generate a unique non clashing userId and send to firebase
Store a user entered variable in Firebase under that user ID
I’m having trouble getting firebase to create items that don’t get immediately overwritten by the next client.
So for example:
This will store only one user: userId - and it is overwritten every time its set. I’d like to store a list of them so I can store data in there.
This seems super basic but I’m a bit stuck!