20
20
21
21
< style media ="screen ">
22
22
body { background : # ECEFF1 ; color : rgba (0 , 0 , 0 , 0.87 ); font-family : Roboto, Helvetica, Arial, sans-serif; margin : 0 ; padding : 0 ; }
23
- # message { background : white; max-width : 360px ; margin : 100px auto 16px ; padding : 32px 24px ; border-radius : 3px ; }
24
- # message h2 { color : # ffa100 ; font-weight : bold; font-size : 16px ; margin : 0 0 8px ; }
25
- # message h1 { font-size : 22px ; font-weight : 300 ; color : rgba (0 , 0 , 0 , 0.6 ); margin : 0 0 16px ;}
26
- # message p { line-height : 140% ; margin : 16px 0 24px ; font-size : 14px ; }
27
- # message a { display : block; text-align : center; background : # 039be5 ; text-transform : uppercase; text-decoration : none; color : white; padding : 16px ; border-radius : 4px ; }
28
- # message , # message a { box-shadow : 0 1px 3px rgba (0 , 0 , 0 , 0.12 ), 0 1px 2px rgba (0 , 0 , 0 , 0.24 ); }
29
- # load { color : rgba (0 , 0 , 0 , 0.4 ); text-align : center; font-size : 13px ; }
30
- @media (max-width : 600px ) {
31
- body , # message { margin-top : 0 ; background : white; box-shadow : none; }
32
- body { border-top : 16px solid # ffa100 ; }
33
- }
34
23
</ style >
35
24
</ head >
36
25
< body >
37
- < div id ="message ">
38
- < h2 > Welcome</ h2 >
39
- < h1 > Firebase Hosting Setup Complete</ h1 >
40
- < p > You're seeing this because you've successfully setup Firebase Hosting. Now it's time to go build something extraordinary!</ p >
41
- < a target ="_blank " href ="https://firebase.google.com/docs/hosting/ "> Open Hosting Documentation</ a >
42
- </ div >
26
+ < h2 > Unity CI Versioning Backend</ h2 >
43
27
< p id ="load "> Firebase SDK Loading…</ p >
44
28
45
29
< script >
@@ -61,11 +45,11 @@ <h1>Firebase Hosting Setup Complete</h1>
61
45
try {
62
46
let app = firebase . app ( ) ;
63
47
let features = [
64
- 'auth' ,
65
- 'database' ,
66
- 'messaging' ,
67
- 'storage' ,
68
- 'analytics' ,
48
+ 'auth' ,
49
+ 'database' ,
50
+ 'messaging' ,
51
+ 'storage' ,
52
+ 'analytics' ,
69
53
'remoteConfig' ,
70
54
'performance' ,
71
55
] . filter ( feature => typeof app [ feature ] === 'function' ) ;
0 commit comments