add firebase

This commit is contained in:
xj.deng
2019-04-29 18:36:24 +08:00
parent eeb0c41870
commit 922df69139
8 changed files with 28 additions and 35 deletions

View File

@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.ali.paimai.fluttergo">
package="com.alibaba.fluttergo">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->

View File

@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.ali.paimai.fluttergo">
package="com.alibaba.fluttergo">
<!-- io.flutter.app.FlutterApplication is an android.app.Application that
calls FlutterMain.startInitialization(this); in its onCreate method.

View File

@ -1,4 +1,4 @@
package com.ali.paimai.fluttergo
package com.alibaba.fluttergo
import android.os.Bundle

View File

@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.ali.paimai.fluttergo">
package="com.alibaba.fluttergo">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->