{"id":119,"date":"2020-04-06T03:37:34","date_gmt":"2020-04-06T03:37:34","guid":{"rendered":"https:\/\/docs.theironnetwork.org\/hulk\/?page_id=119"},"modified":"2020-06-30T04:49:01","modified_gmt":"2020-06-30T04:49:01","slug":"faqs-frequently-asked-questions","status":"publish","type":"page","link":"https:\/\/docs.theironnetwork.org\/hulk\/faqs-frequently-asked-questions\/","title":{"rendered":"FAQ`s (Frequently  Asked Questions)"},"content":{"rendered":"\n<h4> How to completely remove firebase? <\/h4>\n\n\n\n<p> To completely remove firebase from the app just follow the steps given below:-\u200c <\/p>\n\n\n\n<p> 1. Open the <code>src<\/code> folder and delete the firebase directory from it. <\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"1024\" height=\"200\" src=\"https:\/\/docs.theironnetwork.org\/hulk\/wp-content\/uploads\/sites\/13\/2020\/04\/faq-1024x200-1.png\" alt=\"\" class=\"wp-image-152\" srcset=\"https:\/\/docs.theironnetwork.org\/hulk\/wp-content\/uploads\/sites\/13\/2020\/04\/faq-1024x200-1.png 1024w, https:\/\/docs.theironnetwork.org\/hulk\/wp-content\/uploads\/sites\/13\/2020\/04\/faq-1024x200-1-300x59.png 300w, https:\/\/docs.theironnetwork.org\/hulk\/wp-content\/uploads\/sites\/13\/2020\/04\/faq-1024x200-1-768x150.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p> 2. Go to the <code>src<\/code> folder and open <code>App.js<\/code> file and delete the <code>import '.\/firebase';<\/code> statement. <\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"842\" height=\"657\" src=\"https:\/\/docs.theironnetwork.org\/hulk\/wp-content\/uploads\/sites\/13\/2020\/04\/2020-04-09_11-09-45.png\" alt=\"\" class=\"wp-image-155\" srcset=\"https:\/\/docs.theironnetwork.org\/hulk\/wp-content\/uploads\/sites\/13\/2020\/04\/2020-04-09_11-09-45.png 842w, https:\/\/docs.theironnetwork.org\/hulk\/wp-content\/uploads\/sites\/13\/2020\/04\/2020-04-09_11-09-45-300x234.png 300w, https:\/\/docs.theironnetwork.org\/hulk\/wp-content\/uploads\/sites\/13\/2020\/04\/2020-04-09_11-09-45-768x599.png 768w\" sizes=\"(max-width: 842px) 100vw, 842px\" \/><\/figure>\n\n\n\n<p> 3. Go to the <code>src-&gt;actions<\/code> folder and delete the <code>AuthActions.js<\/code> file and also remove import file statement of this file from the <code>index.js<\/code> file. <\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"1024\" height=\"172\" src=\"https:\/\/docs.theironnetwork.org\/hulk\/wp-content\/uploads\/sites\/13\/2020\/04\/2020-04-09_11-11-51-1024x172.png\" alt=\"\" class=\"wp-image-157\" srcset=\"https:\/\/docs.theironnetwork.org\/hulk\/wp-content\/uploads\/sites\/13\/2020\/04\/2020-04-09_11-11-51-1024x172.png 1024w, https:\/\/docs.theironnetwork.org\/hulk\/wp-content\/uploads\/sites\/13\/2020\/04\/2020-04-09_11-11-51-300x50.png 300w, https:\/\/docs.theironnetwork.org\/hulk\/wp-content\/uploads\/sites\/13\/2020\/04\/2020-04-09_11-11-51-768x129.png 768w, https:\/\/docs.theironnetwork.org\/hulk\/wp-content\/uploads\/sites\/13\/2020\/04\/2020-04-09_11-11-51.png 1129w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"935\" height=\"550\" src=\"https:\/\/docs.theironnetwork.org\/hulk\/wp-content\/uploads\/sites\/13\/2020\/04\/2020-04-09_11-14-03.png\" alt=\"\" class=\"wp-image-158\" srcset=\"https:\/\/docs.theironnetwork.org\/hulk\/wp-content\/uploads\/sites\/13\/2020\/04\/2020-04-09_11-14-03.png 935w, https:\/\/docs.theironnetwork.org\/hulk\/wp-content\/uploads\/sites\/13\/2020\/04\/2020-04-09_11-14-03-300x176.png 300w, https:\/\/docs.theironnetwork.org\/hulk\/wp-content\/uploads\/sites\/13\/2020\/04\/2020-04-09_11-14-03-768x452.png 768w\" sizes=\"(max-width: 935px) 100vw, 935px\" \/><\/figure>\n\n\n\n<p> 4. Remove Sign in and Signup methods from the Sign in and Signup pages. To remove them Go to <code>src-&gt;container<\/code> and remove following code from all login and signup pages.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"846\" height=\"643\" src=\"https:\/\/docs.theironnetwork.org\/hulk\/wp-content\/uploads\/sites\/13\/2020\/04\/2020-04-09_11-22-28.png\" alt=\"\" class=\"wp-image-163\" srcset=\"https:\/\/docs.theironnetwork.org\/hulk\/wp-content\/uploads\/sites\/13\/2020\/04\/2020-04-09_11-22-28.png 846w, https:\/\/docs.theironnetwork.org\/hulk\/wp-content\/uploads\/sites\/13\/2020\/04\/2020-04-09_11-22-28-300x228.png 300w, https:\/\/docs.theironnetwork.org\/hulk\/wp-content\/uploads\/sites\/13\/2020\/04\/2020-04-09_11-22-28-768x584.png 768w\" sizes=\"(max-width: 846px) 100vw, 846px\" \/><\/figure>\n\n\n\n<p> After removing the actions you also need to remove the signin and signup buttons from the Signin and Signup pages.\u200c <\/p>\n\n\n\n<p> 5. Uninstall the firebase dependency. To uninstall the firebase run the command in your project directory.\u200c <\/p>\n\n\n\n<p>`<code>npm uninstall --save firebase<\/code>`<\/p>\n\n\n\n<p> That\u2019s It, The above steps will completely remove the firebase from your project. <\/p>\n\n\n\n<h4> Where can I find the fonts and icons? <\/h4>\n\n\n\n<p> We have used material design iconic font icons in the template. To get these font icons to refer to its official documentation. <\/p>\n\n\n\n<div class=\"custom-sec-wrap mb-4\">\n<a href=\"https:\/\/material.io\/resources\/icons\/?style=baseline\" class=\"link-wrap\">\n<div class=\"content-wrap\">\n<h6>Material Design Iconic Font &#8211; Icons List<\/h6>\n<p style=\"font-weight:400;\">Material Design Iconic Font is a full suite of material design icons (created and maintained by Google) for easy scalable vector graphics on websites.<\/p>\n<small>Material Icons<\/small>\n<\/div>\n<\/a>\n<\/div>\n\n\n\n<p> For fonts, we have used <strong>the Roboto<\/strong> font in the template. We have integrated this font by google fonts. To get this font refer to it\u2019s official documentation.  <\/p>\n\n\n\n<div class=\"custom-sec-wrap mb-4\">\n<a href=\"https:\/\/fonts.google.com\/specimen\/Heebo\" class=\"link-wrap\">\n<div class=\"content-wrap\">\n<h6>Google Fonts<\/h6>\n<p style=\"font-weight:400;\">Making the web more beautiful, fast, and open through great typography<\/p>\n<small>fonts.google.com<\/small>\n<\/div>\n<div style=\"background-image:url('https:\/\/www.gstatic.com\/images\/icons\/material\/apps\/fonts\/1x\/opengraph_color_1200dp.png');\" class=\"ironthm-img-item\"><\/div>\n<\/a>\n<\/div>\n\n\n\n<h4>How to build an app from scratch? <\/h4>\n\n\n\n<p> You can easily build your app from scratch just follow these steps :\u200c <\/p>\n\n\n\n<ol><li> Copy the seed project from downloaded files.<\/li><li> Open the terminal and go to the seed directory and then run <code>npm install<\/code>.  <\/li><li> After installing npm then run <code>npm start<\/code>. <\/li><li> Open your browser and access <a rel=\"noreferrer noopener\" href=\"http:\/\/localhost:3000\/\" target=\"_blank\"><code>http:\/\/localhost:3000<\/code><\/a> <\/li><\/ol>\n\n\n\n<p> By default, the seed project contains a dashboard page that means you can easily build your dashboard.\u200c <\/p>\n\n\n\n<p><strong>If you want to integrate Todo List in your dashboard then you need to follow these steps:-<\/strong>\u200c <\/p>\n\n\n\n<p>1. Open <code>src\/routes\/dashboard\/dashboard1\/index.js<\/code> <\/p>\n\n\n\n<p> 2. Copy TodoList widget from <code>hulk\/src\/components\/Widgets\/TaskList.js<\/code> downloaded file and paste it into under the <code>your-project-directory-name\/src\/components\/Widgets\/<\/code> directory. <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">  import React, { Component } from 'react';\n import { withStyles } from '@material-ui\/styles';\n import { Paper, Box, Container, Typography } from '@material-ui\/core';\n import IntlMessages from 'util\/IntlMessages';\n import { withTheme } from '@material-ui\/core\/styles';\n import TaskList from 'components\/Widgets\/TaskList'\n const styles = theme =&gt; ({\n     Paper: {\n         padding: '0.75rem',\n         backgroundColor: 'transparent',\n         boxShadow: 'none',\n         '&amp;:first-child': {\n             paddingTop: '24px',\n         },\n         '&amp;:last-child': {\n             paddingBottom: '30px',\n         }\n     }\n }); \n class Dashboard1 extends Component {\n     state = {\n         ratings: [\n             { value: 885, name: 'Positive (93.4%)', itemStyle: { color: this.props.theme.palette.primary.main } },\n             { value: 215, name: 'Negative (6.6%)', itemStyle: { color: this.props.theme.palette.warning.main } }\n         ]\n     }\n UNSAFE_componentWillReceiveProps(newProps){\n         let newRatings = this.state.ratings;\n         for(let i = 0; i&lt; newRatings.length; i++){\n             if(i === 0){\n                 newRatings[i].itemStyle.color = newProps.theme.palette.primary.main;\n             } else {\n                 newRatings[i].itemStyle.color = newProps.theme.palette.warning.main;                \n             }\n         }\n         this.setState({ratings : newRatings})\n     } \n       render(){\n       const { classes } = this.props;\n       return(\n         &lt;div className=\"webanalytics-dashboard\"&gt;\n            &lt;Container maxWidth=\"lg\"&gt;\n               &lt;Box px={2} pt={4} pb={3}&gt;\n                  &lt;Typography variant=\"h3\"&gt; \n                     &lt;IntlMessages id=\"widgets.welcome\" \/&gt; \n                  &lt;\/Typography&gt;\n                  &lt;Typography variant=\"body2\" color=\"textSecondary\"&gt;\n                     Explore your own powerful admin panel and keep track of all activity of &lt;span className=\"hl-text\"&gt;&lt;IntlMessages id=\"widgets.quickStats\" \/&gt; &lt;\/span&gt; \n                   &lt;\/Typography&gt;\n                   &lt;Paper className={classes.Paper} square&gt;\n                      &lt;TaskList \/&gt;\n                   &lt;\/Paper&gt;\n               &lt;\/Box&gt;\n            &lt;\/Container&gt;\n         &lt;\/div&gt;\n       );\n    }        \n  )\n}\nexport default withStyles(styles)(withTheme(Dashboard1));  \n <\/pre>\n","protected":false},"excerpt":{"rendered":"<p>How to completely remove firebase? To completely remove firebase from the app just follow the steps given below:-\u200c 1. Open the src folder and delete the firebase directory from it. 2. Go to the src folder and open App.js file and delete the import &#8216;.\/firebase&#8217;; statement. 3. Go to the src-&gt;actions folder and delete the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":15,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/docs.theironnetwork.org\/hulk\/wp-json\/wp\/v2\/pages\/119"}],"collection":[{"href":"https:\/\/docs.theironnetwork.org\/hulk\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/docs.theironnetwork.org\/hulk\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/docs.theironnetwork.org\/hulk\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/docs.theironnetwork.org\/hulk\/wp-json\/wp\/v2\/comments?post=119"}],"version-history":[{"count":28,"href":"https:\/\/docs.theironnetwork.org\/hulk\/wp-json\/wp\/v2\/pages\/119\/revisions"}],"predecessor-version":[{"id":446,"href":"https:\/\/docs.theironnetwork.org\/hulk\/wp-json\/wp\/v2\/pages\/119\/revisions\/446"}],"wp:attachment":[{"href":"https:\/\/docs.theironnetwork.org\/hulk\/wp-json\/wp\/v2\/media?parent=119"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}