How can I create a slideshow in which images can be updated through some websites or firebase etc instead of reupdating app for replacing image?

Hi, I wish to create slideshow on an app but I don't want to update the whole app if I want to replace images. How can I achieve that?

There are many different ways this can be done, and what you do will depend on exactly how you want to do it.

Here is an example of a simple swiping slideshow, using a canvas, and a list of image urls stored on firebase:

VIDEO

BLOCKS

FIREBASE
image

3 Likes

Thankyou.

I wish to get image urls as user input and put those images in slide show. Users can replace the images at any time.