serviceAccount deprecated warning - status of updates to firebase-import
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
It should be possible to update it to use firebase-admin, but I don't have cycles to spend on it right now. I'd happily accept a PR if somebody is interested though.
Included in pull 40 https://github.com/firebase/firebase-import/pull/40