Help storing list to Firebase and retrieving to list with bbase64 image data

hi everyone
as the description above states im trying to store a list to firebase, retrieve it to a list along with image data. i can get as far as saving 5 entries but then get an error after awhile and doesnt show up on the listview correctly. ive attached


HS.aia (145.0 KB)
my blocks along with aia file if anyone can help. ive tried for months to come up with what will be an easy solution.

Here an example to upload files to Firebase. Look for other topics in this Community.

  1. Not sure why you are working with tinydb, when you are using Firebase as well
  2. Load your data from Firebase on initialisation
  3. Use Firebase to store your data, as opposed to saving a list to a single tag