Ok, can you tell me how to do it with cloudinary, becuase it is not uploading direct url of the picture, I think first I have to save it on users device and than upload to cloudinary.
This is image source URL which Google provides to every user after they upload profile photo in their Google account. This URL may change after user update the profile photo.
You can use Firebase authentication to get this user profile URL every time the user will open your app. In this way, your user will be able to see their latest updated photo inside the app.
But when the user deletes the image that has been set as a profile picture from the device then the profile picture is set to none or the app can’t get the image.