fix of the day, payment + sub + music generation
This commit is contained in:
@@ -12,7 +12,7 @@ import { Platform } from "react-native";
|
||||
|
||||
const functionsInstances = {};
|
||||
const emulatorConfigured = {};
|
||||
const emulatorHost = Platform.OS === "web" ? "localhost" : "192.168.1.62";
|
||||
const emulatorHost = Platform.OS === "web" ? "localhost" : "192.168.1.103";
|
||||
const USE_FUNCTIONS_EMULATOR = false; // Toggle to route functions traffic to the local emulator.
|
||||
|
||||
const configureFunctionsEmulator = (instance, regionKey = "us-central1") => {
|
||||
|
||||
Reference in New Issue
Block a user