Side menu layout

how to change the Header Picture from firebase data into side menu layout
how can i call stored image from fire base and used as profile pic in header picture into side menu layout

Have you used …
Set header image to url_link…
If not tey once.
If doesnt works
Download using firebase and set path to that image

1 Like

You use your FB data to link to and download this image somewhere where you can reference it in your side menu.

Alternatively you can store this image as a Base64 string, call this data from FB and rebuild the image where you want. Mind you, to use this approach, the image can’t be too large for reason of FB limits for strings.

1 Like

you can use the extension firebase storage. Store the image in your firebase storage. with the extension you get the link of the image and use that link to put it in the sidemenu

1 Like