thunkable / thunkable-issues

24 stars 9 forks source link

Firebase editable accounts or adding accounts using blocks . #391

Open DavidSAlexander opened 4 years ago

DavidSAlexander commented 4 years ago

I think it's not really a problem, but at least for me it's needed to use different firebase account as the user should use his own firebase id . So, is that possible to make firebase id/auth editable using blocks ? Thanks a lot

josmas commented 4 years ago

Hi @MrMakaVeLLi I'll add this as an issue and we'll get back to you. The thing is that on both Android and iOS, your Firebase details are tied to your particular app, so to change that you'd need to recompile, but I am not certain if that is the case with their JS implementation. We'll let you know. Thanks!

DavidSAlexander commented 4 years ago

Hi @MrMakaVeLLi I'll add this as an issue and we'll get back to you. The thing is that on both Android and iOS, your Firebase details are tied to your particular app, so to change that you'd need to recompile, but I am not certain if that is the case with their JS implementation. We'll let you know. Thanks!

Thank you for your reply ! I hope that can be done soon, I'm sure that will be very good and really great feature added to our great Thunkable ! Thanks a lot for your support !

josmas commented 4 years ago

Hi again, this seems to be possible from a technical point of view, so we'll add it to our list. Unfortunately we do not have an ETA for now. Thanks again for the request!

danielcoglitore commented 4 years ago

@MrMakaVeLLi the firebase API is very easy to use ! it will work the same as the blocks but the only difference is that you can't use the function "when realtimeDatabase changes" but the rest is very simple! have you tried?