GodotNuts / GodotFirebase

Implementations of Firebase for Godot using GDScript
MIT License
532 stars 76 forks source link

Fix _get_file_url call #136

Closed Zarasan closed 3 years ago

Zarasan commented 3 years ago

Fixes #135

I changed ref.full_path to just ref. Because _get_file_url() requires StorageReference.

WolfgangSenff commented 3 years ago

Thanks, good find!