ionic7 [ionic] firebase 사용하기 [ionic] firebase 사용하기firebase에 가입합니다. https://www.firebase.com app 주소를 확인합니다.index.html 에 아래 내용을 추가합니다. js 파일을 수정합니다. import {Page} from 'ionic-angular'; @Page({ templateUrl: 'build/pages/getting-started/getting-started.html' }) export class GettingStartedPage { constructor() { this.key; this.val; this.myDataRef = new Firebase("https://YOUR_APP.firebaseio.com/sidemenu/"); this.displayMsg('msg ch.. 2016. 5. 13. 이전 1 2 다음