GodotNuts / GodotFirebase

Implementations of Firebase for Godot using GDScript
MIT License
554 stars 79 forks source link

Implement Dynamic Links REST API #108

Closed BearDooks closed 3 years ago

BearDooks commented 3 years ago

https://firebase.google.com/docs/reference/dynamic-links/link-shortener

This is only the link-shortener, but appears that's all we have access to through REST at the moment.

BearDooks commented 3 years ago

Looking into this, currently using the simple method of providing a link and getting a short one back. Developer will need to specify if the link will be SHORT or UNGUESSABLE via a bool