firebase / firebase-android-sdk

Firebase Android SDK
https://firebase.google.com
Apache License 2.0
2.28k stars 578 forks source link

Remote config listeners not called #835

Closed mnayef95 closed 4 years ago

mnayef95 commented 5 years ago

[REQUIRED] Step 2: Describe your environment

[REQUIRED] Step 3: Describe the problem

Steps to reproduce:

Try fetch data from remote config no one of listeners will be called The code inside a module called data. and firebase initialization inside the app module keep in mind the firebase real-time database working fine

Relevant Code:

firebaseRemoteConfig.fetch(0)
                .addOnCompleteListener {
                    Log.e("", "")
                    // Not called, i have waited 2 minutes
                }
                .addOnSuccessListener {
                    Log.e("", "")
                    // Not called, i have waited 2 minutes
                }
                .addOnFailureListener {
                    Log.e("", "")
                    // Not called, i have waited 2 minutes
                }
                .addOnCanceledListener {
                    Log.e("", "")
                    // Not called, i have waited 2 minutes
                }
aguatno commented 5 years ago

Hi @mnayef95 Thanks for reporting this issue. It looks like there's an updated version "19.0.3" of Remote Config. Could you try to update to the latest version and see if the issue persists?

Thanks.

google-oss-bot commented 4 years ago

Hey @mnayef95. We need more information to resolve this issue but there hasn't been an update in 7 days. I'm marking the issue as stale and if there are no new updates in the next 3 days I will close it automatically.

If you have more information that will help us get to the bottom of this, just add a comment!

google-oss-bot commented 4 years ago

Since there haven't been any recent updates here, I am going to close this issue.

@mnayef95 if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this.