-1

Is there any way to use firebase URL shortener(dynamic links) programmatically in Python Django?

davidism
  • 121,510
  • 29
  • 395
  • 339
GAJESH PANIGRAHI
  • 1,204
  • 10
  • 17

1 Answers1

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