useEmulator should return False if emulator is not running
I am currently using firebase/firestore from react native. Currently
import { firebase } from "@react-native-firebase/firestore";
const rc = firebase.firestore().useEmulator("192.168.1.130", 8080);
Ideally I would like rc=False if the emulator is not up.
2
votes
shashidhar s
shared this idea