This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Description
I run the following command:
firebase-import --database_url https://my_db.firebaseio.com --path / --json data.json --service_account auth.json
and get back a deprecation message about serviceAccount
The 'serviceAccount' property specified in the first argument to initializeApp() is deprecated and will be removed in the next major version. You should instead use the 'firebase-admin' package. See https://firebase.google.com/docs/admin/setup for details on how to get started.
Will firebase-import be updated to reflect this change? (Or should I start migrating my code away from this package?
I am using 2.1.0