Cloudinary URL To Firebase Problem

I am going to upload user profile picture using Cloudinary and put the user image URL in firebase DB .

But when i upload it successfully The url of the image look like this:

image

These “\” are not needed any solution?

I tried But Not working :frowning:

This is the correct way, do not worry. When you get data from firebase then it should be in the form of

https://res.cloudinary.com/.....

So in firebase you simply store url from cloudinary without replacing anything

See also

1 Like

Thank You Dora I will Try !

1 Like

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