Giter Club home page Giter Club logo

Comments (6)

gigocabrera avatar gigocabrera commented on June 9, 2024

Did you update the Firebase config settings with your own Firebase project information? You can find these settings in the app.module.ts file

// YOUR SETTINGS GOES HERE!
export const firebaseConfig = {
  apiKey: "AIzaSyAjiJc9cXvd3bzl-aW0wbQC6sajr6RH5hg",
  authDomain: "brilliant-inferno-1044.firebaseapp.com",
  databaseURL: "https://brilliant-inferno-1044.firebaseio.com",
  storageBucket: "brilliant-inferno-1044.appspot.com",
  messagingSenderId: "1097950001655"
};

from moneyleash2.

jowbjj avatar jowbjj commented on June 9, 2024

I clone the project, made the changes mentioned, added the rules in the Firebase settings, but still does not add the data in the firebase.
This message appears on the console:
[16:20:18] tslint: src / pages / mysettings / settings / settings.ts, line: 8
             Unused import: 'PersonalProfilePage'

        L7: import {AboutPage} from '../../../pages/about/about';
        L8: import {PersonalProfilePage} from '../../myinfo/personalprofile/personalprofile';
        L9: import {ProfileDetailsPage} from '../../myinfo/profiledetails/profiledetails';

[16:20:18] tslint: src / app / app.component.ts, line: 23
             Unused import: 'firebase'

       L22: // firebase
       L23: import firebase from 'firebase';

When I try to add a new user to the application, the following message appears:
Sign Up Failed
Your account has been disabled. Please contact support!

from moneyleash2.

jowbjj avatar jowbjj commented on June 9, 2024

When I use your database information, the application runs normally, but when I change to my database it does not.
Should it be some mistake in the rules?

from moneyleash2.

gigocabrera avatar gigocabrera commented on June 9, 2024

Hi @jowbjj, in your own Firebase project select Authentication in the left menu and then select the SIGN-IN METHOD tab. Make sure you enable the Email/Password option.

Let me know how it goes

from moneyleash2.

jowbjj avatar jowbjj commented on June 9, 2024

Worked perfectly!
Created the entire database structure.
Thank you very much!

from moneyleash2.

gigocabrera avatar gigocabrera commented on June 9, 2024

Glad to hear!

from moneyleash2.

Related Issues (11)

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.