Giter Site home page Giter Site logo

Comments (4)

auser avatar auser commented on May 21, 2024

This has been fixed in master. I'll cut a new release.

from react-native-firestack.

Talkwondo avatar Talkwondo commented on May 21, 2024

Hi,
Can you explain what you say? i have the same problem too.

Thanks,

from react-native-firestack.

OrenElad avatar OrenElad commented on May 21, 2024

Still have this issue on v ^2.3.2

from react-native-firestack.

yogieputra8 avatar yogieputra8 commented on May 21, 2024

I tried to setup from the beginning and it works. Try these details steps:

  1. Do react-native init your_app
  2. Do npm install firebase --save inside your_app folder
  3. Do npm install react-native-firestack --save
  4. Do react-native link react-native-firestack.
  5. Inside ios folder in your project folder check your Podfile, edit your Podfile to be like these:
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
source 'https://github.com/CocoaPods/Specs.git'

target 'firestack_app' do
  # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
  use_frameworks!

  # Pods for firestack_app
  [
    'Firebase/Core',
    'Firebase/Auth',
    'Firebase/Storage',
    'Firebase/Database',
    'Firebase/RemoteConfig',
    'Firebase/Messaging'
  ].each do |lib|
    pod lib
  end

end
  1. Do pod install from your terminal, and make sure everythings going well in this step.

------- Setup Firebase ------
7. Setup your firebase, Add Firebase to your iOS app, Make sure your iOS bundle ID is same with your iOS bundle ID from XCode.
8. Download your GoogleService-Info.plist file

------ Setup your XCode -------
9. Close your XCode project.
10. Check your_app folder/ios/, you will find file your_app.xcworkspace. Open it. From now on, use this file to setup your xcode project.
11. Drag and drop your GoogleService-Info.plist file to your XCode project (See image below)
687474703a2f2f642e70722f692f31654765762e706e67.png
12. Save everything and close your XCode.
13. Now you can work from React Native project. (See this Usage Docs Usage Docs )

NB: I'm using MacOS

from react-native-firestack.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.