Skip to content

Commit

Permalink
Edit Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Oct 17, 2021
1 parent cdce202 commit 3df9fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ The function included `set`, `setInt`, `setFloat`, `setDouble`, `setBool`, `setS
For faster sending data, non-waits or async mode functions are available e.g. `setAsync`, `setIntAsync`, `setFloatAsync`, `setDoubleAsync`, `setBoolAsync`, `setStringAsync`, `setJSONAsync`, `setArrayAsync`, `setBlobAsync` and `setFileAsync`.
For generic set, use Firebase.set(fbdo, <path>, <any variable or value>).
For generic set, use Firebase.set(fbdo, \<path\>, \<any variable or value\>).
These async functions will ignore the server responses.
Expand Down

0 comments on commit 3df9fd0

Please sign in to comment.