Hi Team,
How i can get all data from air table which are inserted by app user what condition will be there pls share details so i can get some of idea .
here i am using firebase email authentication.
Thanks
Hi Team,
How i can get all data from air table which are inserted by app user what condition will be there pls share details so i can get some of idea .
here i am using firebase email authentication.
Thanks
i am not working on this before but from what i understand. When user successfully log in,you can place his/email at label and then search at airtable and display it at screen.
Hi @ozel1978 Thanks for revert.
I have resolved this now am getting info based on user.
I have stored user in variable and Airtable
@vikkun
great to hear thatā¦ if you can share the block so we do reference in future.
Hi @ozel1978 Thanks,
This a block which I have used
I hope it will useful for other who are new like meāŗļø
Please note that GetAllRows block only works in the Legacy UI. It is not available in the DnD UI so you are building an app without porting to new UI in mind.
can you provide full screen on this block and how the design look like?
i plan to do same thing. appreciated your help.
@ozel1978 block are available on same post go through that.
i could not see the last one, seem you join some block. and how the design look like?
can you screen shoot?
There is nothing advance just shown column , you can show whatever column you want to show in list vwr just add it on join block.
Hello thunker friends.
Iām searching for this solution with the new UI. Like the orginal poster, Iām trying to filter my data table by a UserID, retrieved on sign-in.
Has anyone found an updated walk through using the new blocks? Alternatively, does anyone have a rosetta stone that helps me translate old blocks to new UI for the great tutorials that are already out there?
Thank you kindly,
Josh
please show a screenshot of what have you done so far.
Iād also like to recall those records and show them to the user. What I āthinkā Iām doing is:
Thank you for taking a look.
This sample project should give you the basic idea for what you are trying to do.
https://x.thunkable.com/projectPage/5fb9fb1dbfeb240011084d78
Thank you @muneer for your help. My error was that I nested the function under the āif errorā scenario instead of āif not errorā. I also fixed an ID reference. Spots circled in screen shot.
Also, your sample project wonāt preview for me. App preview says āSomething has gone wrong. Check your blocks and reset the page.ā Webpreview, the first page will open, but when I select an item, the screen goes blank.
Youāve certainly helped me enough already. Thank you kindly.
Thunkable developers keep enhancing the system and sometimes you need to re-visit your code to make it compatible with the latest changes.
I fixed my project, you can delete the one you have now and remix the project again and you should see it working.
hi thunkers ! i really need some help right now, i also want to save data for each user id.
What have you tried? There are tutorials and documentation and videos about using Firebase to save user data.
hi, i had tried the youtube tutorial on how to use cloud variables to save dataā¦but when i try to test my app it says āsomething just got wrong. check your blocks and reset this pageā.
could you will help me to save my data base for each user id?
this are my blocks
The very first thing you need to do is a simple test to make sure you can write and read data from Firebase.
After signing in, try to set cloud variable [path]
to a text value such as ātestā. The [path]
should be the actual Firebase node such as userID/title. Then, try to set a labelās text to that same variable (cloud variable [path
).
Let us know if that works. If it doesnāt, post a screenshot of the blocks for that simple test and also make sure that you have entered Firebase authentication info in Thunkable and set your Realtime Database rules in Firebase Console to allow access.