GodotNuts / GodotFirebase

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

[BUG] The wiki does not describe Cloud Functions correctly #304

Closed jamespatrickleduc closed 2 years ago

jamespatrickleduc commented 2 years ago

Describe the bug The wiki describing Cloud Functions is incorrect.

To Reproduce Go to the Cloud Functions page in the wiki: https://github.com/GodotNuts/GodotFirebase/wiki/Cloud-Functions

Expected behavior The wiki should describe FirebaseFunctions and FunctionTasks, but instead the wrong classes are described.

WolfgangSenff commented 2 years ago

Oh for pity sake. Must have copy/pasted the page and forgot to update the values. I'll try to get these in this weekend while fixing a non-documentation bug. Thanks for pointing this out!

jamespatrickleduc commented 2 years ago

In the meantime, is there somewhere you could point me that has some examples of how the Cloud Functions are to be used with this library?

Thanks!

WolfgangSenff commented 2 years ago

I have updated the page, feel free to check it out now. I haven't tested it because I'm not in a position to, but it's pretty straight-forward; feel free to let us know with a new issue if you run into anything unexpected or borked.

fenix-hub commented 2 years ago

Hi, I've added an example in the wiki page https://github.com/GodotNuts/GodotFirebase/wiki/Cloud-Functions