React Native

Case1. Save an Image File on Local Filesystem

Because Image file is temporary saved on tmp directory just after it is picked by Image picker, the image file should be re-saved on the local filesystem permanently.

In this example, the variable “image” has a temporary file path, an ...

Firebase,Services

Complex filter “orderBy” and “equalTo” doesn’t work

For example, if you send query with the simple REST API like ,

"userID"&qualTo="ABCDEFGHIJK3LLMNOPQRS"

You may encounter the following Errors;

Error Message 1.

constraint index field must be a json ...