You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,9 @@ public class com.simplejnius.sjfirebase.SJFirebaseFirestore
71
71
##### Visit [FirebaseFirestore Documentation](https://firebase.google.com/docs/reference/android/com/google/firebase/firestore/FirebaseFirestore) for more API
Otherwise, if you call getReference without a FirebaseApp, the FirebaseStorage instance will
99
+
initialize with the default FirebaseApp obtainable from getInstance.
100
+
The storage location in this case will come the JSON configuration file downloaded from the web.
101
+
(**NOTE** ignore `getInstance` on firebase documentation and use `get_instance`).
102
+
103
+
**methods**
104
+
- get_instance
105
+
##### Visit [FirebaseStorage Documentation](https://firebase.google.com/docs/reference/android/com/google/firebase/storage/FirebaseStorage?authuser=0) for more API
0 commit comments