postFirebaseToken
Register a new PushToken
This function adds a new push token to the system for customer with id from the parameters.
func postFirebaseToken(_ token: String, forCustomerWithId id: String, completion: @escaping (_ success: Bool, _ error: String?)->()) {
}
Updated over 2 years ago