Skip to content

Commit c6b696a

Browse files
committed
(docs) add coverage badge
1 parent 7ec889b commit c6b696a

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<p align="center">
22
<a href="https://travis-ci.org/antoine92190/vue-advanced-chat"><img src="https://img.shields.io/travis/antoine92190/vue-advanced-chat/master.svg"></a>
3+
<a href="https://codecov.io/github/antoine92190/vue-advanced-chat?branch=master"><img src="https://img.shields.io/codecov/c/github/antoine92190/vue-advanced-chat/master.svg"></a>
34
<a href="https://www.npmjs.com/package/vue-advanced-chat"><img src="https://img.shields.io/npm/dm/vue-advanced-chat.svg"></a>
45
<a href="https://www.npmjs.com/package/vue-advanced-chat"><img src="https://img.shields.io/bundlephobia/minzip/vue-advanced-chat"></a>
56
<a href="https://www.npmjs.com/package/vue-advanced-chat"><img src="https://img.shields.io/npm/v/vue-advanced-chat.svg"></a>

demo/src/firestore/index.js

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,24 @@ import * as app from 'firebase/app'
22
import 'firebase/firestore'
33
import 'firebase/storage'
44

5+
// const config = {
6+
// apiKey: 'AIzaSyCVy3Oc1jgvacBZe5hKBA8mV9EOqmqUG0U',
7+
// authDomain: 'sandbox-public.firebaseapp.com',
8+
// databaseURL: 'https://sandbox-public.firebaseio.com',
9+
// projectId: 'sandbox-public',
10+
// storageBucket: 'sandbox-public.appspot.com',
11+
// messagingSenderId: '694742394920',
12+
// appId: '1:694742394920:web:af0d589c7618f85ccc2d1d'
13+
// }
14+
515
const config = {
6-
apiKey: 'AIzaSyCVy3Oc1jgvacBZe5hKBA8mV9EOqmqUG0U',
7-
authDomain: 'sandbox-public.firebaseapp.com',
8-
databaseURL: 'https://sandbox-public.firebaseio.com',
9-
projectId: 'sandbox-public',
10-
storageBucket: 'sandbox-public.appspot.com',
11-
messagingSenderId: '694742394920',
12-
appId: '1:694742394920:web:af0d589c7618f85ccc2d1d'
16+
apiKey: 'AIzaSyAp_VqNngNGQMRMDSag10xqGTap-G6FM9E',
17+
authDomain: 'sandbox-226704.firebaseapp.com',
18+
databaseURL: 'https://sandbox-226704.firebaseio.com',
19+
projectId: 'sandbox-226704',
20+
storageBucket: 'sandbox-226704.appspot.com',
21+
messagingSenderId: '1015649565816',
22+
appId: '1:1015649565816:web:1a79587b436517599cc18d'
1323
}
1424

1525
app.initializeApp(config)

0 commit comments

Comments
 (0)