Mahi
Mahi

Reputation: 6292

how to use firebase referral system in dart?

I want to implement the firebase dynamic links and reward the users if another user install from the referral link.

I was looking at the firebase documentation for this but how can we implement this in flutter as I don't see any packages for this.

I was looking at the issues mentioned in this link but there's no solution yet. If that's the case is there a way we can implement referral system or is it possible to do it as a method channel.

Upvotes: 4

Views: 1606

Answers (1)

Mahi
Mahi

Reputation: 6292

We can now use the firebase dynamic links package from the dart packages and implement the referral system or reward users when they click on the links.

Upvotes: 3

Related Questions