Identify Users
How do I identify my users or customers using Zipy?
Identify a User
import 'package:zipy_flutter/zipy_flutter.dart';Zipy.identify("cbrandon@brands.com", { //uuid should be unique for all the users email : "cbrandon@brands.com", firstName : "Charles", lastName : "Brandon", });
Anonymize a User

Custom identifiers
Last updated