JohnCoene / firebase

Google FIrebase for shiny
https://firebase.john-coene.com
GNU Affero General Public License v3.0
171 stars 26 forks source link

Manage Users - Re-auth example #10

Closed tRackRR closed 3 years ago

tRackRR commented 3 years ago

Hey there,

First, thanks for the package!

I maybe just found a little issue with one of the examples you had here (https://firebase.john-coene.com/articles/manage.html) on your Manage Users page:

`f <- FirebaseEmailPassword$new() observeEvent(input$reAuth, { f$re_authenticate(input$reAuthPassword) })

observeEvent(input$get_re_authenticated(), { reauth <- input$get_re_authenticated() print(reauth$success) })`

Shouldn't input$get_re_authenticated() be replaced by f$get_re_authenticated()?

Thanks!

JohnCoene commented 3 years ago

Yes, thank you for reporting this!