Reputation: 1162
I want my generated Firebase dynamic links be usable just for one time. After the first person used the link, we need to prevent the second use of that specific dynamic link.
Is there such a feature build in Firebase dynamic link ? or I should implement it manually inside my app
Upvotes: 0
Views: 161
Reputation: 317392
No, Dynamics Links are designed to be useful to anyone who has the link. There is no way to limit their usage. That would be something you'd have to implement yourself with your own backend.
Upvotes: 1