Does anyone know if there is a way to create a sentence similar to this one:
return this.db.collection('places', ref => ref.where("CodPais", "<>", pais)).valueChanges();
I have tried using != and <> but neither seem to be valid. Is there another method that can be used?