Navigation

    Monaca & Onsen UI
    • Register
    • Login
    • Search
    • Tags
    • Users
    • Blog
    • Playground
    1. Home
    2. ks92
    K
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    ks92

    @ks92

    0
    Reputation
    7
    Posts
    976
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    ks92 Follow

    Posts made by ks92

    • RE: OAuth: This domain is not authorized

      @Andi No, the link you’ve suggested doesn’t help at all.

      posted in Monaca Tools
      K
      ks92
    • RE: OAuth: This domain is not authorized

      @Andi I see, I’m new to Monaca and I missed the option “Custom Debugger” : ok, now I got it, thank you for pointing that out. :)

      That’s the log I’m getting:

      -Error

      TypeError cannot call method getInstanceId of undefined:

      • at Object.ref.init: app.js:44:44
        at new <anonymous>: controllers.js:160:10
        at invoke: 17762:17
        at Object.instantiate:17770:27, 22346:28
        at self.appendViewElement:56883:24
        at Object.switcher.render: ionic.bundle.js:54995:41
        at Object.switcher.init: ionic.bundle.js:54915:20
        at self.render: ionic.bundle.js:56743:14
        at self.register: ionic.bundle.js:56701:10
      • ionic.bundle.js:25642

      domain not authorized: firebase.js:71
      can’t read property Keyboard of undefined: app.js:18

      -Warning:

      [firebase-auth] Info: The current domain is not authorized for OAuth operations, this will prevent signInWithPopup, signInWithRedirect. linkWithPopup and linkWithRedirect from woking. add your domain to the oauth redirect domains list in the firebase console -> auth section -> sign in method tab.

      posted in Monaca Tools
      K
      ks92
    • RE: OAuth: This domain is not authorized

      Sorry for late reply.

      @Andi said:

      @ks92 can you try to build a custom debugger for your app and check if it works?

      I’m sorry, But I don’t quite understand what do you mean exactly. Could you please explain furthermore?

      posted in Monaca Tools
      K
      ks92
    • RE: OAuth: This domain is not authorized

      @Andi Yes, Localhost is authorized for a while, and currently it works fine. But, AFAIK there ain’t any console for checking the incoming connections.

      posted in Monaca Tools
      K
      ks92
    • RE: OAuth: This domain is not authorized

      @Andi The OAuth is not implemented by me, but rather by the Firebase javascript client library(https://www.gstatic.com/firebasejs/3.0.0/firebase.js) being in use which communicates directly with the Firebase cloud service (where the OAuth domains configuration can be made via console). Thank you.

      posted in Monaca Tools
      K
      ks92
    • RE: OAuth: This domain is not authorized

      @munsterlander Thank you for the quick reply. As I said, my project uses Firebase. I did the configuration of OAuth for Firebase for a while, and I’ve already re-tested my app directly without debugger on my android device: it works fine. The problem is encountered only with the debugger. I need some help with the debugger.

      posted in Monaca Tools
      K
      ks92
    • OAuth: This domain is not authorized

      Hello,

      I’m receiving the error “Uncaught Error: This domain is not authorized for OAuth operations for your Firebase project. Edit the list of authorized domains from the Firebase console.” from Monaca debugger.

      Is there something that I need to add to the OAuth domains when using Monaca debugger?

      Please help me.

      Thank you.

      posted in Monaca Tools
      K
      ks92