Q&A
firebase 연동 후 빌드시 에러가 납니다.
저도 바로 윗질문하신 분과 같은 에러가 뜨네요ㅠㅠ Compiler message: lib/login_page.dart:41:25: Error: A value of type 'AuthResult' can't be assigned to a variable of type 'FirebaseUser'. - 'AuthResult' is from 'package:firebase_auth/firebase_auth.dart' ('/C:/Users/%ED%99%8D%EC%8A%B9%ED%98%B8/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/firebase_auth-0.15.3+1/lib/firebase_auth.dart'). - 'FirebaseUser' is from 'package:firebase_auth/firebase_auth.dart' ('/C:/Users/%ED%99%8D%EC%8A%B9%ED%98%B8/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/firebase_auth-0.15.3+1/lib/firebase_auth.dart'). FirebaseUser user = await _auth.signInWithCredential( ^ Target kernel_snapshot failed: Exception: Errors during snapshot creation: null build failed. FAILURE: Build failed with an exception. 이런 에러가 뜨네요ㅠㅠ
- Likes
- 0
- Comments
- 6
- Viewcount
- 1677

