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

Flutter Integration with Firebase Build Gradle Error

I am trying to integrate my application developed on Flutter with Firebase, however while following the tutorial, I'm facing some issues. Copying exact thing from Firebase documentation: dependencies { classpath 'com.android.tools.build:gradle:7.2.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" id("com.google.gms.google-services:4.3.15") version "4.3.15" apply false } Updating…

VIEW QUESTION
Back To Top
Search