Add giphs to apps

Hello guys.
I working on app but i am stuck on how the user can post a gif, for example twitter e.t.c so how can i create the post/submission screen?will it be able to store in database?should i use form and image picker?
Someone just help with these i would really appreciate it.
Thanks

I think GIFs work with the normal image picker, and it is stored on the database as normal as an image property.

2 Likes

Thanks for the reply.
It worked now how can i integrate the database image picker with external collection and if so how do i.
Will this allow the users to choose gifs from the external database.

You can first upload the image to internal collection and send the url to external collection after. Things like Xano accept an url before transforming it to their local storage.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.