Fire Forum - Ionic Firebase Forum App Source CodeFire Forum - Ionic Firebase Forum App Source Code
Fire Forum is a full modern Forum / Questions and Answer app. Average rating of 5.0 based on 1 votesFire Forum - Ionic Firebase Forum App Source Code
Fire Forum is a full modern Forum / Questions and Answer app. Average rating of 5.03 Support questions or comments
Please login or create an account to post a question or comment.
-
Sep 19, 2019bhimbolar PurchasedI keep getting this error upon running "npminstall" command...
npm ERR! Unexpected end of JSON input while parsing near '...codec":"^1.3.0","ugli'
Please help! -
Sep 19, 2019bhimbolar PurchasedI have been able to resolve the npm install issue. This is the new issue now when I run the "ionic serve --lab" command
Typescript Error
Argument of type '{}' is not assignable to parameter of type 'any[]'. Property 'length' is missing in type '{}'.
C:/Users/abimb/Desktop/sweetsex/src/shared/services/sqlite.service.ts
let query = 'DELETE FROM Users';
this.db1.executeSql(query, {}).then((data) => {
console.log('Users removed';
Typescript Error
Argument of type '{}' is not assignable to parameter of type 'any[]'. Property 'length' is missing in type '{}'.
C:/Users/abimb/Desktop/sweetsex/src/shared/services/sqlite.service.ts
let query = 'DELETE FROM Threads';
this.db1.executeSql(query, {}).then((data) => {
console.log('Threads removed';
Typescript Error
Argument of type '{}' is not assignable to parameter of type 'any[]'. Property 'length' is missing in type '{}'.
C:/Users/abimb/Desktop/sweetsex/src/shared/services/sqlite.service.ts
let query = 'DELETE FROM Comments';
this.db1.executeSql(query, {}).then((data) => {
console.log('Comments removed';
Typescript Error
Argument of type '{}' is not assignable to parameter of type 'any[]'. Property 'length' is missing in type '{}'.
C:/Users/abimb/Desktop/sweetsex/src/shared/services/sqlite.service.ts
this.db1.executeSql('SELECT * FROM Threads', {}).then((data) => {
if (data.rows.length > 0) {
Typescript Error
Argument of type '{}' is not assignable to parameter of type 'any[]'. Property 'length' is missing in type '{}'.
C:/Users/abimb/Desktop/sweetsex/src/shared/services/sqlite.service.ts
this.db1.executeSql('CREATE TABLE IF NOT EXISTS Threads ( key VARCHAR(255) PRIMARY KEY NOT NULL, title text NOT NULL, question text NOT NULL, category text NOT NULL, datecreated text, USER VARCHAR(255), comments INT NULL);', {}).then(() => {
}, (err) => {
Typescript Error
Argument of type '{}' is not assignable to parameter of type 'any[]'. Property 'length' is missing in type '{}'.
C:/Users/abimb/Desktop/sweetsex/src/shared/services/sqlite.service.ts
this.db1.executeSql('CREATE TABLE IF NOT EXISTS Comments ( key VARCHAR(255) PRIMARY KEY NOT NULL, thread VARCHAR(255) NOT NULL, text text NOT NULL, USER VARCHAR(255) NOT NULL, datecreated text, votesUp INT NULL, votesDown INT NULL);', {}).then(() => {
}, (err) => {
Typescript Error
Argument of type '{}' is not assignable to parameter of type 'any[]'. Property 'length' is missing in type '{}'.
C:/Users/abimb/Desktop/sweetsex/src/shared/services/sqlite.service.ts
this.db1.executeSql('CREATE TABLE IF NOT EXISTS Users ( uid text PRIMARY KEY NOT NULL, username text NOT NULL); ', {}).then(() => {
}, (err) => {
Typescript Error
Argument of type '{}' is not assignable to parameter of type 'any[]'. Property 'length' is missing in type '{}'.
C:/Users/abimb/Desktop/sweetsex/src/shared/services/sqlite.service.ts
return this.db1.executeSql('SELECT Threads.*, username FROM Threads INNER JOIN Users ON Threads.user = Users.uid', {});
}
Ionic Framework: 3.5.3
Ionic App Scripts: 1.3.7
Angular Core: 4.1.3
Angular Compiler CLI: 4.1.3
Node: 10.16.3
OS Platform: Windows 10
Navigator Platform: Win32
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36 -
Sep 19, 2019bhimbolar PurchasedAlso, in the Install Guide, it was stated that we should navigate to the project folder, copy the contents and paste them in the src/index.html file. Please can you explain this part more clearly? Thanks in anticipation!
-
Sep 19, 2019cueup AuthorI didn't know this was still being sold. Please ask for a refund.
-
Jun 27, 2018good night! in the plan free of firebase how many users simultaneously supports? has app demo?
-
Jul 4, 2018cueup Author1000+
Information
Category | App Templates / Ionic / Full Applications |
First release | 8 December 2017 |
Last update | 8 December 2017 |
Operating Systems | iOS 10.0, Android 7.0, Android 8.0, iOS 11.0, iOS 8.0, iOS 9.0, Android 4.0, Android 5.0, Android 6.0 |
Files included | .css, .html, .java |
Tags | android, iOS, windows, APK, angular, ionic, firebase |