darkokoa
darkokoa
We can use 3rd party jCenter mirror like -> https://github.com/igreenwood/SimpleCropView/issues/158#issuecomment-901807523
Well, I found that some mirrors of jCenter can still be used For example: maven { url 'https://maven.aliyun.com/repository/jcenter' } This is a mirror of jCenter from China I think there...
Try this @Override public void onSuccess(UploadTask.TaskSnapshot taskSnapshot) { FriendlyMessage message = new FriendlyMessage(null, mUsername , taskSnapshot.getStorage().getDownloadUrl().toString()); mMessagesDatabaseReference.push().setValue(message); } // FriendlyMessage(), the third parameter taskSnapshot.getStorage().getDownloadUrl().toString() I try to do it like...
I'm currently working on compose multiplatform support for the project on my fork. Stay tuned