[ios][db] Fix database imports
This commit is contained in:
parent
bb98c4f9e5
commit
843ef88684
|
@ -2,6 +2,7 @@
|
|||
|
||||
#if __has_include(<FirebaseDatabase/FIRDatabase.h>)
|
||||
|
||||
#import <Firebase.h>
|
||||
#import "RNFirebaseDatabaseReference.h"
|
||||
#import "RNFirebaseEvents.h"
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
#import "RNFirebaseDatabase.h"
|
||||
#import "RNFirebaseEvents.h"
|
||||
#import <React/RCTEventEmitter.h>
|
||||
#import <Firebase.h>
|
||||
|
||||
@interface RNFirebaseDatabaseReference : NSObject
|
||||
@property RCTEventEmitter *emitter;
|
||||
|
|
Loading…
Reference in New Issue