fireship-io/vue-firebase-walkie-talkie

Sign anonymously fail

Opened this issue · 1 comments

This is my Login.vue component:
`import { auth } from '../firebase';

export default {
data() {
return {
auth,
};
}
}`

I copied firebase config from the firebase console. If I click on Sign In button I get 400 Error:
'Error: This operation is restricted to administrators only.'
Network: 'error: {code: 400, message: "ADMIN_ONLY_OPERATION"'
How can I solve this issue?

Did you enable the anonymous sign in on the console?