In my app, I’m storing an image in the form of a url in my Airtable database. I am able to retrieve it and display it, however after a few days go by it doesn’t display anymore. Why does this happen?
This is the code for how I inputted the picture into my Airtable:
I’m able to view the picture for a day or two then nothing shows up after that. There’s nothing that overrides it. When I look in the table the value is still there.
I want the user to be able to either take a picture or get one from their photos library and my app would save that picture to Airtable. How can I save it differently so it stores the actual .jpg and not a link to a phone. Another user could pull up the app and should be albe to pull up pictures associated with other users. So the photos can’t be tied to local storage.
Is there a way to do that?
I am using cloudinary to store the picture. But maybe I’m not saving the right thing in my Airtable. Also I’m actually not totally sure what the Realtime DB is - I copied some of this code from this website (https://docs.thunkable.com/media-db) a long time ago and I’m not totally sure what this does. Can you look at my code blocks and help me make sure I’m saving the image in cloudinary and then on the post screen, I’m adding the url to cloudinary to firebase.