Is there any way to apply OR operation in firestore queries like:
if (name == "Jhon" || lastname == "James") { then do this }
See Question&Answers more detail:osIs there any way to apply OR operation in firestore queries like:
if (name == "Jhon" || lastname == "James") { then do this }
See Question&Answers more detail:os