mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-22 19:57:51 +08:00
- [dependencies][android] remove all Firebase SDKs in favour of Firebase BoM
- [android] upgrade to Android X - [android] upgrade gradle wrapper to v5.4.1 - [android][ios][tests] remove manual packages & enable auto-linking - [tests][internal] upgrade tests project to RN 60 - [ios] temporarily remove framework support in pods - broken in RN 60 - see https://github.com/facebook/react-native/issues/25349 - [linting] switch to use rn community linting rules
This commit is contained in:
@@ -17,7 +17,7 @@ package io.invertase.firebase.database;
|
||||
*
|
||||
*/
|
||||
|
||||
import android.support.annotation.NonNull;
|
||||
import androidx.annotation.NonNull;
|
||||
import com.facebook.react.bridge.ReadableArray;
|
||||
import com.google.firebase.database.ChildEventListener;
|
||||
import com.google.firebase.database.DatabaseReference;
|
||||
|
||||
Reference in New Issue
Block a user