If I want to allow users to upload their photo from the device:
What is the required image format?
Image file size?
Image sizes?
Where can i download it?
the code:
UserProfileChangeRequest profileUpdates = new UserProfileChangeRequest.Builder() .setDisplayName("Jane Q. User") .setPhotoUri(Uri.parse("https://example.com/jane-q-user/profile.jpg")) .build();
Thanks to Frank for the quick answers.
I wrote a few bits when loading into the firebase repository, and then tried to insert it here, but "incorrectly formatted as code" prevented me from loading.
Source: https://habr.com/ru/post/1648061/More articles:Как отлаживать SystemJS ENOENT такую ошибку в Webpack 2.x? - javascriptDoes Dask support multi-output functions in custom charts? - pythonduplicate webview, I want to download the same in each - androidAndroid: mirroring - androidURLSessionUploadTask is automatically canceled - iosplotly js remove the name and the name of the area - javascriptAre there any risks or disadvantages of using: git config --global core.autocrlf false - gitReact: inline svg mask property - reactjsHow can I use (configuration file for) external header files that contain compile-time dependent #defines? - c ++Animated selector showing "Element selector must be declared" - android-studioAll Articles