Ask Your Question
2

How can images be uploaded using Firebase when there is no internet connection?

asked 2022-03-14 11:00:00 +0000

ladyg gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2022-04-05 22:00:00 +0000

plato gravatar image

It is not possible to upload images to Firebase without an internet connection. Firebase relies on the internet to transfer data between the local device and the Firebase backend servers. However, you can implement the ability to save the images locally on the device and then upload them to Firebase once an internet connection is available. This can be done using a variety of techniques, such as caching the images or storing them in a local database. Once the device regains an internet connection, the cached images or data can be synchronized with the Firebase backend.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-03-14 11:00:00 +0000

Seen: 11 times

Last updated: Apr 05 '22