Sha*_*aul 5 android firebase firebase-authentication
如果我想允许用户从设备上传自己的照片:
需要什么图像格式?
图像文件大小?
图片尺寸?
我要上传到哪里?
代码:
UserProfileChangeRequest profileUpdates = new UserProfileChangeRequest.Builder()
.setDisplayName("Jane Q. User")
.setPhotoUri(Uri.parse("https://example.com/jane-q-user/profile.jpg"))
.build();
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
3107 次 |
| 最近记录: |