Uploading photos on base

Hi
How i can to upload any photo from phone to database? I tried to do this with FirebaseDB but only the file path is saved on the server, and my point is that the photo should be saved on the server as a graphic file. There used to be an "Upload file" block and we got the Url to the file, but now I don't see this possibility.
Is it still possible to upload photo to database with maybe CloudDB or FirebaseDB?

For store files (photos, sounds, or other files), you have to use Firebase Storage instead Firebase Realtime Database.

How to get in Google Firebase:

  • Token
  • FireBase URL
  • ProjectBucket

I'm new in it so i don't know

Learn about Firebase:

1 Like