Community

개발자 99% 커뮤니티에서 수다 떨어요!

← Go back
question about firebase api key...
#bla-bla
3년 전
1,263
1

In Auth.js,

it happens firebase api key error like below...

FirebaseError: Firebase: Error (auth/api-key-not-valid.-please-pass-a-valid-api-key.

i imported 

import { authService } from "fbase"; 

and 

data = await authService.createUserWithEmailAndPassword(email,password); 

How Can I fix this? 

1 comment