Skip to content

[🐛] Auth - u.default.FacebookAuthProvider.credential Error #8553

Open
@ics-ankit

Description

@ics-ankit

An error occurred u.default.FacebookAuthProvider.credential is not a function. (In 'u.default.Fac ebookAuthProvider.credential(T)', 'u.default.FacebookAuthProvider.credential' is undefined).

my Package JSON:
{ "name": "123", "private": true, "main": "node_modules/expo/AppEntry.js", "scripts": { "start:other:android": "npx expo run:android -d", "start:dev:android": "APP_ENV=dev npx expo run:android -d", "start:prod:android": "APP_ENV=prod npx expo run:android -d", "publish:other:android": "npx eas-cli update -p android --branch dev", "publish:dev:android": "APP_ENV=dev npx eas-cli update -p android --branch dev", "publish:prod:android": "APP_ENV=prod npx eas-cli update -p android --branch prod", "build:other:android": "npx eas-cli build -p android --profile=other", "build:dev:android": "APP_ENV=dev npx eas-cli build -p android --profile=dev", "build:prod:android": "APP_ENV=prod npx eas-cli build -p android --profile=prod", "start:other:ios": "npx expo run:ios -d", "start:dev:ios": "APP_ENV=dev npx expo run:ios -d", "start:prod:ios": "APP_ENV=prod npx expo run:ios -d", "publish:other:ios": "npx eas-cli update -p ios --branch dev", "publish:dev:ios": "APP_ENV=dev npx eas-cli update -p ios --branch dev", "publish:prod:ios": "APP_ENV=prod npx eas-cli update -p ios --branch prod", "build:other:ios": "npx eas-cli build -p ios --profile=other", "build:dev:ios": "APP_ENV=dev npx eas-cli build -p ios --profile=dev", "build:prod:ios": "APP_ENV=prod npx eas-cli build -p ios --profile=prod", "publish:dev": "APP_ENV=dev npx eas-cli update --branch dev", "publish:prod": "APP_ENV=prod npx eas-cli update --branch prod", "postinstall": "patch-package --exclude nothing && react-native setup-ios-permissions && node clean-dopenative.js", "android": "expo run:android", "ios": "expo run:ios" }, "dependencies": { "@candlefinance/faster-image": "^1.7.2", "@invertase/react-native-apple-authentication": "^1.1.1", "@react-native-async-storage/async-storage": "1.23.1", "@react-native-community/cli": "^18.0.0", "@react-native-community/geolocation": "^3.4.0", "@react-native-firebase/analytics": "^21.10.0", "@react-native-firebase/app": "~21.10.0", "@react-native-firebase/auth": "~21.10.0", "@react-native-firebase/firestore": "~21.10.0", "@react-native-firebase/functions": "~21.10.0", "@react-native-firebase/messaging": "~21.10.0", "@react-native-picker/picker": "2.9.0", "@react-navigation/bottom-tabs": "^6.0.5", "@react-navigation/drawer": "^6.1.4", "@react-navigation/native": "^6.0.2", "@react-navigation/stack": "^6.0.7", "@regulaforensics/react-native-face-api": "^6.4.490", "@regulaforensics/react-native-face-core-match": "^6.4.185", "@sentry/react-native": "6.10.0", "@skele/components": "^1.0.0-alpha.40", "@tanstack/query-async-storage-persister": "^4.29.11", "@tanstack/react-query": "^4.29.12", "@tanstack/react-query-persist-client": "^4.29.12", "dopenative": "^0.0.24", "expo": "~52.0.46", "expo-application": "~6.0.2", "expo-av": "~15.0.2", "expo-blur": "~14.0.3", "expo-build-properties": "~0.13.3", "expo-camera": "~16.0.18", "expo-clipboard": "~7.0.1", "expo-constants": "~17.0.8", "expo-contacts": "~14.0.5", "expo-document-picker": "~13.0.3", "expo-file-system": "~18.0.12", "expo-image-manipulator": "~13.0.6", "expo-image-picker": "~16.0.6", "expo-linear-gradient": "~14.0.2", "expo-linking": "~7.0.5", "expo-localization": "~16.0.1", "expo-location": "~18.0.10", "expo-screen-capture": "~7.0.1", "expo-splash-screen": "~0.29.24", "expo-store-review": "~8.0.1", "expo-system-ui": "~4.0.9", "expo-tracking-transparency": "~5.1.1", "expo-updates": "~0.27.4", "i18n-js": "^4.4.3", "jest-haste-map": "^25.1.0", "jest-serializer": "^25.1.0", "jest-worker": "^25.1.0", "jwt-decode": "^3.1.2", "lodash": "^4.17.21", "mime": "^4.0.4", "moment": "^2.27.0", "papaparse": "^5.4.1", "patch-package": "^6.4.7", "postinstall-postinstall": "^2.1.0", "react": "18.3.1", "react-native": "0.77.2", "react-native-actionsheet": "^2.4.2", "react-native-animatable": "^1.3.3", "react-native-button": "^3.0.1", "react-native-capture-protection": "^2.0.7", "react-native-collapsible": "^1.6.1", "react-native-detector": "^0.2.3", "react-native-error-boundary": "^1.2.7", "react-native-fbsdk-next": "13.4.0", "react-native-gesture-handler": "^2.25.0", "react-native-image-progress": "^1.1.1", "react-native-image-view": "^2.1.9", "react-native-indicators": "^0.17.0", "react-native-iphone-x-helper": "^1.2.1", "react-native-keyboard-aware-scroll-view": "github:APSL/react-native-keyboard-aware-scroll-view#pull/501/head", "react-native-keyboard-aware-view": "^0.0.14", "react-native-linear-gradient": "^2.8.3", "react-native-modal": "^13.0.1", "react-native-otp-entry": "^1.8.4", "react-native-pager-view": "6.5.1", "react-native-parsed-text": "^0.0.22", "react-native-permissions": "^3.8.4", "react-native-phone-number-input": "^2.1.0", "react-native-progress": "^5.0.1", "react-native-reanimated": "~3.16.1", "react-native-root-toast": "^3.6.0", "react-native-safe-area-context": "4.12.0", "react-native-screenguard": "^1.0.9", "react-native-screens": "~4.4.0", "react-native-sha256": "^1.4.10", "react-native-shimmer-placeholder": "^2.0.9", "react-native-svg": "15.8.0", "react-native-svg-transformer": "^1.5.0", "react-native-tab-view": "^3.5.2", "react-native-toast-notifications": "^3.4.0", "react-native-url-polyfill": "^2.0.0", "react-native-vector-icons": "^10.1.0", "react-native-view-more-text": "^2.1.0", "react-redux": "^7.1.1", "redux": "^4.0.4", "redux-persist": "^6.0.0", "redux-thunk": "^2.3.0", "wretch": "^2.5.2" }, "devDependencies": { "@babel/core": "^7.20.0", "@babel/plugin-proposal-decorators": "^7.6.0", "@babel/runtime": "^7.16.5", "@react-native-community/eslint-config": "^3.0.1", "babel-jest": "^29.4.0", "babel-plugin-module-resolver": "^5.0.2", "babel-plugin-transform-remove-console": "^6.9.4", "eslint": "^8.5.0", "jest": "^29.4.0", "jetifier": "^1.6.6", "metro-react-native-babel-preset": "^0.67.0", "plist": "^3.1.0", "react-test-renderer": "17.0.2", "remote-redux-devtools": "^0.5.16", "xml2js": "^0.6.2" }, "jest": { "preset": "react-native" }, "reactNativePermissionsIOS": [ "Notifications", "Camera", "LocationWhenInUse", "LocationAlways", "Microphone", "PhotoLibrary", "PhotoLibraryAddOnly", "AppTrackingTransparency" ], "version": "1.0.0" }

Image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions