GodotNuts / GodotFirebase

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

Dev/oauth provider #300

Closed fenix-hub closed 2 years ago

fenix-hub commented 2 years ago

This PR implements OAuth auhtorization flows with different providers. This feature allows users to authenticate without being directly registered in the Firebase project using Google, Facebook, Github and Twitter.

> file configuration... > firebase configuration... > list of AuthProviders... > demo video...

Currently supported providers desktop web mobile (iOS)
Google :heavy_check_mark: :heavy_check_mark: :heavy_check_mark:
Facebook :heavy_check_mark: :heavy_check_mark: :heavy_check_mark:
Github :heavy_check_mark: :x: :heavy_check_mark:
Twitter :x: :x: :x: