skip to Main Content

I can't apply glide with firebase storage

I can get link with this, i tested with realtime database on firebase but i'cant use link as a String.but when i write like Glide.with(this).load("link").into(imageView); public void run() { imgRef.getDownloadUrl().addOnSuccessListener(new OnSuccessListener<Uri>() { @Override public void onSuccess(Uri uri) { imgUrl =…

VIEW QUESTION

Can't build React Native app after upgrade

I'm getting this error: > Configure project :react-native-vision-camera VisionCamera: node_modules/ found at: /home/ed/sc/shuttlecontrol-driver/node_modules VisionCamera: Building with Hermes... Warning: The 'kotlin-android-extensions' Gradle plugin is deprecated. Please use this migration guide (https://goo.gle/kotlin-android-extensions-deprecation) to start working with View Binding (https://developer.android.com/topic/libraries/view-binding) and the 'kotlin-parcelize'…

VIEW QUESTION
Back To Top
Search