Is there any way to use firebase URL shortener(dynamic links) programmatically in Python Django?
Asked
Active
Viewed 898 times
1 Answers
0
There isn't a specific library, but you could call the REST API to generate links: https://firebase.google.com/docs/dynamic-links/rest#using_the_rest_api

Ian Barber
- 19,765
- 3
- 58
- 58