Firebase 썸네일형 리스트형 [Vue] 프론트앤드 Veu 프레임워크 사용기 + firebase Vue를 사용해서 웹페이지 제작을 해봤다. 유튜브에서 참 좋은 자료 바로가기 총 6회로 이루어져서 파이어베이스와 Vue 빌드 부터 배포까지 친절하게 설명해준다. 영상 튜토리얼을 진행하다가 추가해야 되는 부분을 정리해 본다. 1. firebase > firestore 세팅 관련 import firebase from 'firebase'import 'firebase/firestore'import firebaseConfig from './firebaseConfig'const firebaseApp = firebase.initializeApp(firebaseConfig) firebase.firestore().settings({ timestampsInSnapshots: true}) export default fire.. 더보기 [Firebase] firestore timestamps 변경 경고 관련 index.esm.js:77 [2018-05-02T05:45:40.408Z] @firebase/firestore: Firestore (4.13.0): The behavior for Date objects stored in Firestore is going to change AND YOUR APP MAY BREAK. To hide this warning and ensure your app does not break, you need to add the following code to your app before calling any other Cloud Firestore methods: const firestore = firebase.firestore(); const settings = {/* your s.. 더보기 [node] firebase node version 파이어베이스를 통해 실시간 데이터 베이스를 연동하려고 하는데,문제가 발생했다. 지원하는 노드 버전이 있다고 하니 맞춰주도록 하자. 1. 파이어베이스에서 지원하는 노드 버전- supports v6.11.5. 2. 기존의 노드 클린- 참고 사이트: https://gomugom.github.io/how-to-remove-node-from-macos/ 3. NVM 버전 관리를 통해 해당 노드 버전 설치- 참고 사이트: https://heropy.blog/2018/02/17/node-js-install/ 4. Node 새로 설치 후 재 설정해야 하는 것들- npm install -g firebase-tools-npm rebuild "파트너스 활동을 통해 일정액의 수수료를 제공받을 수 있음" 더보기 [python] import firebase를 하기 전에 from firebase import firebase 위에 문제를 해결하기 위해 pip install firebase 아니고 pip install python-firebase 맞다. "파트너스 활동을 통해 일정액의 수수료를 제공받을 수 있음" 더보기 이전 1 다음