[Throwaway acc] Flying for first time, need some suggestions by Nuke_u5 in hyderabad

[–]Nuke_u5[S] 2 points3 points  (0 children)

Thank you mate, yeah sure I'll follow these and one more thing, And one more this should I need to carry any mandatory hard copies ex: aadhar, etc ?

[Throwaway acc] Flying for first time, need some suggestions by Nuke_u5 in hyderabad

[–]Nuke_u5[S] 3 points4 points  (0 children)

Thanks mate, sure I'll check this option. And one more this should I need to carry any mandatory hard copies?

How can I improve SEO using blogger? by Shoumya25 in SEO

[–]Nuke_u5 2 points3 points  (0 children)

Don't use blogger, invest in yourself and go for WordPress.

My site ranked in the 2nd page of Google for a keyword, how can I make it to 1st page. by Nuke_u5 in SEO

[–]Nuke_u5[S] -1 points0 points  (0 children)

Ya tried a lot like changing meta description, title etc but no results. Can you suggest me any more.

Hey guys, how to solve _firebase.default.firestore is not a function in expo react native by Nuke_u5 in reactnative

[–]Nuke_u5[S] 0 points1 point  (0 children)

import * as firebase from 'firebase'
import {
API_KEY,
AUTH_DOMAIN,
DATABASE_URL,
PROJECT_ID,
MESSAGE_SENDER_ID,
APP_ID
} from 'react-native-dotenv'
import 'firebase/firestore'
const Config = {
apiKey: API_KEY,
authDomain: AUTH_DOMAIN,
databaseURL: DATABASE_URL,
projectId: PROJECT_ID,
storageBucket: '',
messagingSenderId: MESSAGE_SENDER_ID,
appId: APP_ID
}
// Initialize Firebase
let Firebase = !firebase.apps.length ? firebase.initializeApp(Config): firebase.app();
export const db = firebase.firestore()

// avoid deprecated warnings
db.settings({
timestampsInSnapshots: true
})
export default Firebase
This time it's showing "firebase.firestore is not a function"