Firebase custom domain with facebook authentication -


facebook authentication not working custom domain on firebase.

        fbref = new firebase("https://my-app.firebaseio.com/")          facebookcallback = (error, authdata) ->             if error console.log 'login failed!', error             else console.log 'authenticated payload:', authdata          fbref.authwithoauthredirect 'facebook', facebookcallback, {scope: 'email'} 

i set facebook authentication , custom domain name firebase (really nice setup experience way!) authentication works localhost:8080 , my-app.firebaseapp.com not work using www.my-custom-domain.com.

there redirection going on , url gets appended https://www.my-custom-domain.com#?&__firebase_request_key=........ , hash query parameter disappears i'm not logged in.

i'm missing in docs?


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -