Firebase7 Flutter 코코아팟은 "Firebase/CoreOnly" 팟의 호환 가능한 버전을 찾을 수 없습니다., CocoaPods could not find compatible versions for pod "Firebase/CoreOnly" 질문 I've update my flutter package to the last versions and now IOS doesn't work anymore. When I try to update the pods it shows this error: [!] CocoaPods could not find compatible versions for pod "Firebase/CoreOnly": In Podfile: cloud_firestore (from `.symlinks/plugins/cloud_firestore/ios`) was resolved to 0.0.1, which depends on Firebase/Firestore (~> 6.0) was resolved to 6.0.0, which depends .. 2023. 5. 26. Flutter 타임스탬프 변환하기, Converting timestamp 질문 나는 이 문제에 대한 해결책을 찾을 수 없었다. 나는 파이어베이스에서 데이터를 가져오고 그 중 하나의 필드는 다음과 같은 타임스탬프이다. -> 1522129071. 어떻게 날짜로 변환할 수 있을까? Swift 예제(작동함) : func readTimestamp(timestamp: Int) { let now = Date() let dateFormatter = DateFormatter() let date = Date(timeIntervalSince1970: Double(timestamp)) let components = Set([.second, .minute, .hour, .day, .weekOfMonth]) let diff = Calendar.current.dateComponents(component.. 2023. 5. 18. Flutter 플러터/리액트 네이티브/안드로이드 네이티브 앱의 SHA-1을 생성하세요., Generate SHA-1 for Flutter/React-Native/Android-Native app 질문 I'm trying to generate a SHA-1 for a Flutter app, for Android studio to support Google Sign in, but I don't know how to do that, I saw some posts that indicate to run a command, but there I need a jks file I guess, and flutter doesn't create that. Could someone help me? 답변 터미널 터미널에서 프로젝트 폴더로 이동합니다. 맥 keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass androi.. 2023. 5. 17. 이전 1 2 다음