Question

What to use for Custom App User ID

  • 8 August 2023
  • 1 reply
  • 177 views

Badge

The documentation is clear about what not to use for the Custom App User ID.  

What is recommended to create a Custom App User ID?  

My app is written in Flutter/Dart.

Thanks,


1 reply

Userlevel 4
Badge +6

Hey @ptmagnuson,
 
Generally, we recommend using a database identifier for your users that you might have from your own authentication system. If you don't have a login system for your app, I'd recommend not providing any App User ID - in that case, RevenueCat will generate an anonymous identifier for the user and handle it automatically.
 
You can read more about identifying users in our docs here: https://www.revenuecat.com/docs/user-ids#anonymous-app-user-ids 

Reply