개발자 99% 커뮤니티에서 수다 떨어요!
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?