File tree Expand file tree Collapse file tree 5 files changed +30
-0
lines changed Expand file tree Collapse file tree 5 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 15
15
" firebase-messaging-integration-test" ,
16
16
" firebase-compat-typings-test" ,
17
17
" @firebase/app-exp" ,
18
+ " @firebase/app-check-exp" ,
18
19
" @firebase/analytics-compat" ,
19
20
" @firebase/analytics-exp" ,
20
21
" @firebase/auth-exp" ,
Original file line number Diff line number Diff line change 17
17
18
18
import { name as appName } from '../package.json' ;
19
19
import { name as appCompatName } from '../../app-compat/package.json' ;
20
+ import { name as appCheckName } from '../../../packages-exp/app-check-exp/package.json' ;
20
21
import { name as analyticsCompatName } from '../../../packages-exp/analytics-compat/package.json' ;
21
22
import { name as analyticsName } from '../../../packages-exp/analytics-exp/package.json' ;
22
23
import { name as authName } from '../../../packages-exp/auth-exp/package.json' ;
@@ -49,6 +50,7 @@ export const DEFAULT_ENTRY_NAME = '[DEFAULT]';
49
50
export const PLATFORM_LOG_STRING = {
50
51
[ appName ] : 'fire-core' ,
51
52
[ appCompatName ] : 'fire-core-compat' ,
53
+ [ appCheckName ] : 'fire-app-check' ,
52
54
[ analyticsName ] : 'fire-analytics' ,
53
55
[ analyticsCompatName ] : 'fire-analytics-compat' ,
54
56
[ authName ] : 'fire-auth' ,
Original file line number Diff line number Diff line change
1
+ /**
2
+ * @license
3
+ * Copyright 2020 Google LLC
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+
18
+ export * from '@firebase/app-check-exp' ;
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " firebase-exp/app-check" ,
3
+ "main" : " dist/index.cjs.js" ,
4
+ "browser" : " dist/index.esm.js" ,
5
+ "module" : " dist/index.esm.js" ,
6
+ "typings" : " dist/app/index.d.ts"
7
+ }
Original file line number Diff line number Diff line change 127
127
"@firebase/analytics-compat" : " 0.0.900" ,
128
128
"@firebase/app-exp" : " 0.0.900" ,
129
129
"@firebase/app-compat" : " 0.0.900" ,
130
+ "@firebase/app-check-exp" : " 0.0.900" ,
130
131
"@firebase/auth-exp" : " 0.0.900" ,
131
132
"@firebase/auth-compat" : " 0.0.900" ,
132
133
"@firebase/database" : " 0.10.0" ,
159
160
"components" : [
160
161
" analytics" ,
161
162
" app" ,
163
+ " app-check" ,
162
164
" auth" ,
163
165
" functions" ,
164
166
" firestore" ,
You can’t perform that action at this time.
0 commit comments