如何在谷歌控制台中启用谷歌服务

时间:2016-08-04 11:14:10

标签: ionic-framework firebase google-api firebase-authentication google-identity-toolkit

我启用了这个api,但是我的离子应用程序出现了这个错误

@Component({
    selector: 'cmp-selector',
    template: '...',
    // Don't specify YourService again or you will receive another instance
    // providers: [YourService] 
})
export class SomeComponent {
    constructor(private service: YourService) {}
}

请告诉我那里有什么问题。

1 个答案:

答案 0 :(得分:2)

根据您的错误消息,问题可能如下:

  

<强> AUTH /操作不被允许

     

如果帐户类型对应,则抛出   未启用凭据。启用帐户类型   Firebase控制台,位于“身份验证”选项卡下。

例如,如果您使用signInAnonymously(),则还必须在firebase控制台中启用匿名身份验证。因此,请检查您的firebase控制台配置。