-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Description
Version info
Angular: 9.1.9
Firebase: 7.22.0
AngularFire: 6.0.3
Other (e.g. Ionic/Cordova, Node, browser, operating system): n/a
How to reproduce these conditions
Failing test unit, Stackblitz demonstrating the problem
n/a
Steps to set up and reproduce
Visit the storage upload documentation the Uploading BLOBs section.
The explanation for putString seems to be out of place:
Updates an existing item in the array. Accepts a key, database reference, or an unwrapped snapshot.
Sample data and security rules
n/a
Debug output
n/a
Screenshots
Expected behavior
A relevant explanation for putString, such as:
Upload a raw,
base64,base64url, ordata_url encodedstring to the storage reference's path. Returns anAngularFireUploadTaskfor upload monitoring.
Actual behavior
The explanation for putString is nonsensical:
Updates an existing item in the array. Accepts a key, database reference, or an unwrapped snapshot.
