in AppDelegate()
//Get ID Token on Debug Console for A/B Testing (hide when unused!)
////////////////////////////////////////////////////////////////
Installations.installations().authToken { result, _ in
print("\nYour instance ID token is -> (result?.authToken ?? "n/a") <-\n")
}
Topic:
App & System Services
SubTopic:
General
Tags: