Skip to content

Commit 4f48f01

Browse files
authored
update to v9 compat
1 parent 74801f9 commit 4f48f01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

auth-sessions/script.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
* limitations under the License.
1313
*/
1414

15-
import firebase from 'firebase/app';
16-
import 'firebase/auth';
15+
import firebase from 'firebase/compat/app';
16+
import 'firebase/compat/auth';
1717

1818
const firebaseui = require('firebaseui');
1919
const config = require('./config.js');

0 commit comments

Comments
 (0)