issues
search
SD10
/
Nora
Nora is a Firebase abstraction layer for FirebaseDatabase and FirebaseStorage
MIT License
269
stars
26
forks
source link
Use baseReference when String path is empty #19
#20
Closed
SD10
closed
7 years ago
SD10
commented
7 years ago
Summary of Pull Request:
Implements the changes discussed in #19
If
path
property of
DatabaseTarget
or
StorageTarget
is an empty
String
, a child path will not be applied and the baseReference will be used instead.
Summary of Pull Request:
path
property ofDatabaseTarget
orStorageTarget
is an emptyString
, a child path will not be applied and the baseReference will be used instead.