Skip to content

Is it possible to setup user made levels (like in Mario Maker)? #61

Discussion options

You must be logged in to vote

Hi @JustYourAverageJosh
Of course you can achieve this with our addon. I'll give you some tips to guide you for the process, but it will need to implement some custom logic in your project to manage levels, ids and users.

First thing first, we will always make reference to the wiki so everything I'm mentioning is not something completely new and you can always check it out by yourself.

  • To authenticate a user, just follow one of the explenations given here.
    When you sign-up a new user, Firebase will give it a randomized UUID to identify it, other than simple email. You can retrieve this both in the callback of signup_successful and login_successful signals, which will return a dictionary …

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by BearDooks
Comment options

You must be logged in to vote
1 reply
@WolfgangSenff
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants