Can I store image on Firebase as file, instead of a data:url?

durgesh.patle

I want to store image on firebase and want to use it somewhere. I went through this SO post and tried this demo.

It stores images as data:url format. But I want to upload and store images as physical file so I can use it further, something like this url http://example.com/some_image.png

Can I achieve this with Firebase?

Frank van Puffelen

No. The Firebase API currently does not support storing files outside of its database.

Update: at Google I/O 2016 Firebase added Firebase Storage to its offering, which is a service dedicated to storing files.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Can I store image on Firebase as file, instead of a data:url?

From Dev

Can I store image files in firebase using Java API?

From Dev

Can I store image files in firebase using Java API

From Dev

Can Firebase Store Arabic Data?

From Dev

Why I enter the captcha file path in url it return a binary file instead an image file

From Dev

How can I read uncertain data form file and store it in struct

From Dev

How can i set wpf's Image Source property to canvas instead of image url?

From Dev

How can i store Promise instead of Deferred

From Dev

How can I upload an image from Data URL with jQuery method?

From Dev

How i can wait for image data url when ready?

From Dev

I Created a html file with javascript to store a image in firebase but if i run the html and click choose file it shows a error in console

From Dev

How do I save an image url from Firebase Storage to Firebase realtime data base, the image from my device

From Dev

How can I use a variable instead of a path to open an image file using PIL in Python?

From Dev

how can i read data from csv file and store in binary tree and write multiple file in perl

From Dev

Python - How can I store data from a text file without storing all data simultaneously in the primary memory?

From Dev

Retrofit 2 API Can I use local file path or json string instead of url?

From Dev

Post image data instead of image url in fabric js

From Dev

Firebase Storage: How to store image url as an object property?

From Dev

Why would I use a document store instead of regular file storage?

From Dev

Where can I store a cloud config file?

From Dev

How can I store my variable in a file?

From Dev

How can i extract data from a .txt file and store it in 2 separate variables?

From Dev

How can I use VBA to read and store the file path, creation data, modified data, and other file information of thousands of files?

From Dev

How much data can I store in NSUserDefaults?

From Dev

Can I store app data in online resources

From Dev

RealmSwift - How can I store data in list

From Dev

How can I store data into array of AngularJS

From Dev

How can i store encrypted data

From Dev

Can I store app data in online resources

Related Related

  1. 1

    Can I store image on Firebase as file, instead of a data:url?

  2. 2

    Can I store image files in firebase using Java API?

  3. 3

    Can I store image files in firebase using Java API

  4. 4

    Can Firebase Store Arabic Data?

  5. 5

    Why I enter the captcha file path in url it return a binary file instead an image file

  6. 6

    How can I read uncertain data form file and store it in struct

  7. 7

    How can i set wpf's Image Source property to canvas instead of image url?

  8. 8

    How can i store Promise instead of Deferred

  9. 9

    How can I upload an image from Data URL with jQuery method?

  10. 10

    How i can wait for image data url when ready?

  11. 11

    I Created a html file with javascript to store a image in firebase but if i run the html and click choose file it shows a error in console

  12. 12

    How do I save an image url from Firebase Storage to Firebase realtime data base, the image from my device

  13. 13

    How can I use a variable instead of a path to open an image file using PIL in Python?

  14. 14

    how can i read data from csv file and store in binary tree and write multiple file in perl

  15. 15

    Python - How can I store data from a text file without storing all data simultaneously in the primary memory?

  16. 16

    Retrofit 2 API Can I use local file path or json string instead of url?

  17. 17

    Post image data instead of image url in fabric js

  18. 18

    Firebase Storage: How to store image url as an object property?

  19. 19

    Why would I use a document store instead of regular file storage?

  20. 20

    Where can I store a cloud config file?

  21. 21

    How can I store my variable in a file?

  22. 22

    How can i extract data from a .txt file and store it in 2 separate variables?

  23. 23

    How can I use VBA to read and store the file path, creation data, modified data, and other file information of thousands of files?

  24. 24

    How much data can I store in NSUserDefaults?

  25. 25

    Can I store app data in online resources

  26. 26

    RealmSwift - How can I store data in list

  27. 27

    How can I store data into array of AngularJS

  28. 28

    How can i store encrypted data

  29. 29

    Can I store app data in online resources

HotTag

Archive