Skip to content

Commit

Permalink
fix(functions): switch to non-default v1 import
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Oct 7, 2024
1 parent 10b4c77 commit a4f30e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'dotenv/config';
import initProxy from 'firebase-auth-arcgis-server-proxy';
import functions from 'firebase-functions';
import functions from 'firebase-functions/v1';

const options = {
host: process.env.AGS_HOST,
Expand Down

0 comments on commit a4f30e6

Please sign in to comment.