Skip to content
Advertisement

Tag: firebase-admin

How to move from deprecated Task to ApiFuture for firebase admin SDK 5.4 and above

I’m just trying to solve the deprecation notes from my Java code of new firebase-admin SDK, the code is written in version 5.3.1 but after upgrading the version into 5.5.0 the deprecation notes appeared, here is a sample of my code: Using FirebaseAuth (deprecatation on: Task, addOnSuccessListener and addOnFailureListener) : And for FirebaseDatabase (deprecatation on: Task, addOnSuccessListener, addOnFailureListener, updateChildren and

Advertisement