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

Custom identifiers
Last updated