parent
9bf7d5c495
commit
ab0fbb6b6b
|
|
@ -151,8 +151,8 @@ const registerPushNotifications = async () => {
|
|||
firebase: JSON.parse(env.VITE_FIREBASE_CONFIG),
|
||||
persistentIds: persistentIds || [],
|
||||
credentials: credentials || undefined,
|
||||
bundleId: "is.follow.Follow",
|
||||
chromeId: "is.follow.Follow",
|
||||
bundleId: "is.follow",
|
||||
chromeId: "is.follow",
|
||||
})
|
||||
logger.info(
|
||||
`PushReceiver initialized with credentials ${JSON.stringify(credentials)} and firebase config ${env.VITE_FIREBASE_CONFIG}`,
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@ const ignorePattern = new RegExp(`^/node_modules/(?!${[...keepModules].join("|")
|
|||
|
||||
const config: ForgeConfig = {
|
||||
packagerConfig: {
|
||||
appBundleId: "is.follow.Follow",
|
||||
appBundleId: "is.follow",
|
||||
icon: "resources/icon",
|
||||
extraResource: ["./resources/app-update.yml"],
|
||||
protocols: [
|
||||
|
|
|
|||
Loading…
Reference in New Issue